Package-level declarations

Types

Link copied to clipboard
external interface StyledComponent<P : ERROR CLASS: Symbol not found for Props> : <ERROR CLASS> ERROR CLASS: Symbol not found for FC<P>, <ERROR CLASS> ERROR CLASS: Symbol not found for Selector
Link copied to clipboard
external interface StyledOptions

Functions

Link copied to clipboard
external fun <P : ERROR CLASS: Symbol not found for Props> styled(type: ERROR CLASS: Symbol not found for ElementType<P>, options: StyledOptions? = definedExternally): ((P) -> ERROR CLASS: Symbol not found for Properties) -> StyledComponent<P>
Link copied to clipboard
fun <P : ERROR CLASS: Symbol not found for PropsWithClassName> ERROR CLASS: Symbol not found for ElementType<P>.styled(): StyledComponent<P>
fun <P : ERROR CLASS: Symbol not found for PropsWithClassName> ERROR CLASS: Symbol not found for ElementType<P>.styled(block: ERROR CLASS: Symbol not found for PropertiesBuilder.(P) -> Unit): StyledComponent<P>
fun <P : ERROR CLASS: Symbol not found for PropsWithClassName> ERROR CLASS: Symbol not found for ElementType<P>.styled(options: StyledOptions?, block: ERROR CLASS: Symbol not found for PropertiesBuilder.(P) -> Unit): StyledComponent<P>
Link copied to clipboard
fun <P : ERROR CLASS: Symbol not found for PropsWithClassName, T : ERROR CLASS: Symbol not found for Theme> ERROR CLASS: Symbol not found for ElementType<P>.styledWithTheme(block: ERROR CLASS: Symbol not found for PropertiesBuilder.(P, T) -> Unit): StyledComponent<P>
fun <P : ERROR CLASS: Symbol not found for PropsWithClassName, T : ERROR CLASS: Symbol not found for Theme> ERROR CLASS: Symbol not found for ElementType<P>.styledWithTheme(options: StyledOptions?, block: ERROR CLASS: Symbol not found for PropertiesBuilder.(P, T) -> Unit): StyledComponent<P>