Package-level declarations
Functions
Link copied to clipboard
external fun <P : Props> styled(type: ElementType<P>, options: StyledOptions? = definedExternally): ((P) -> Properties) -> StyledComponent<P>
Link copied to clipboard
fun <P : PropsWithClassName> ElementType<P>.styled(block: PropertiesBuilder.(P) -> Unit): StyledComponent<P>
fun <P : PropsWithClassName> ElementType<P>.styled(options: StyledOptions?, block: PropertiesBuilder.(P) -> Unit): StyledComponent<P>
Link copied to clipboard
fun <P : PropsWithClassName, T : Theme> ElementType<P>.styledWithTheme(block: PropertiesBuilder.(P, T) -> Unit): StyledComponent<P>
fun <P : PropsWithClassName, T : Theme> ElementType<P>.styledWithTheme(options: StyledOptions?, block: PropertiesBuilder.(P, T) -> Unit): StyledComponent<P>