IntrinsicType

sealed external interface IntrinsicType<in P : PropsWithClassName> : ElementType<P> , Selector(source)

Functions

Link copied to clipboard
inline fun <P : Props> ElementType<P>.create(): ReactElement<P>
fun <P : Props> ElementType<P>.create(block: P.() -> Unit): ReactElement<P>