The shape accepted by the style jsx prop. Allows the typed CSSStyleDeclaration
fields plus any CSS custom property key (must start with --). Null / undefined
clear the CSS property (via setProperty(name, null)), so values are Maybe-wrapped
here even though bindable IDL props reject null.
The shape accepted by the
stylejsx prop. Allows the typed CSSStyleDeclaration fields plus any CSS custom property key (must start with--). Null / undefined clear the CSS property (via setProperty(name, null)), so values are Maybe-wrapped here even though bindable IDL props reject null.