Type alias StyleProps

StyleProps: Partial<PreserveStringKeyAndValues<CSSStyleDeclaration> & CSSVarProps>

standard CSS styling properties, along with variable property declaration support (i.e. css_object["--my-var"])

Generated using TypeDoc