campfire.js
    Preparing search index...

    Type Alias StringStyleProps

    StringStyleProps: keyof {
        [K in keyof CSSStyleDeclaration as CSSStyleDeclaration[K] extends string
            ? K
            : never]: true
    }