Package-level declarations

Functions

Link copied to clipboard
fun <P : Props> jsx(type: ElementType<P>): ReactElement<P>
fun <P : Props> jsx(type: ElementType<P>, props: P): ReactElement<P>
fun <P : Props> jsx(type: ElementType<P>, props: P?, defaultKey: Key?): ReactElement<P>