jsx

fun <P : Props> jsx(type: ElementType<P>, props: P): ReactElement<P>(source)
fun <P : Props> jsx(type: ElementType<P>, props: P?, defaultKey: Key?): ReactElement<P>(source)