Package-level declarations
Functions
Link copied to clipboard
external fun <P : Props> jsx(type: ElementType<P>, props: P, key: Key? = definedExternally): ReactElement<P>
Link copied to clipboard
external fun <P : Props> jsxs(type: ElementType<P>, props: P, key: Key? = definedExternally): ReactElement<P>