Functions
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>