StyleProperty: Union<Extract<keyof Omit<CSSStyleDeclaration,
    | "length"
    | "parentRule"
    | "getPropertyPriority"
    | "getPropertyValue"
    | "item"
    | "removeProperty"
    | "setProperty">, string>, string>

Standard CSS style property names in camelCase form.

  • Standard names are autocompleted, but non-standard values are still allowed (this accounts for custom CSS variables)