styled
fun <P : PropsWithClassName> ElementType<P>.styled(options: StyledOptions?, block: PropertiesBuilder.(P) -> Unit): StyledComponent<P>(source)
fun <P : PropsWithClassName> ElementType<P>.styled(block: PropertiesBuilder.(P) -> Unit): StyledComponent<P>(source)
external fun <P : Props> styled(type: ElementType<P>, options: StyledOptions? = definedExternally): ((P) -> Properties) -> StyledComponent<P>(source)