Package-level declarations

Types

Link copied to clipboard
external interface GlobalProps : Props
Link copied to clipboard
external interface Theme
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
external val Global: FC<GlobalProps>
Link copied to clipboard

Functions

Link copied to clipboard
inline fun PropsWithClassName.css(crossinline block: PropertiesBuilder.() -> Unit)
inline fun PropsWithClassName.css(vararg classNames: ClassName?, crossinline block: PropertiesBuilder.() -> Unit)
Link copied to clipboard
inline fun GlobalProps.styles(crossinline block: RuleBuilder<PropertiesBuilder>.() -> Unit)
Link copied to clipboard
external fun useTheme(): Theme