turbodombuilder - v0.9.22
    Preparing search index...

    Type Alias StylesType

    StylesType:
        | string
        | number
        | PartialRecord<keyof CSSStyleDeclaration, string | number>

    A type that represents the types that are accepted as styles entries (mainly by the HTMLElement.setStyles() method). It includes strings, numbers, and records of CSS attributes to strings or numbers.