API
Types
The type-level surface behind the styling prop and the style objects.
The type-level surface behind the styling prop and the style objects.
Style
The type of the classStyle prop and of every css.use() argument.
StyleProps
Enumerate the properties a component accepts through a style prop.
StaticStyles
Reject a dynamic style where a component can only carry a class name.
WithoutProperties
Accept every property except the ones named.
AtomicStyle
The type of one created style, down to the values it sets.
AtomicClassStyle
The type of a style a function produced, where a static one will not do.
AtomicClassNameFor
The type of one atomic class name, tied to the property it was generated for.
AtomicClassStyleFor
The type of one entry of a style a function produced.
CSSProperties
The shape of the style objects handed to css.create.