child

open fun child(element: ReactNode)(source)
open fun <P : Props> child(type: ElementType<P>, props: P = jso(), handler: RHandler<P>? = null)(source)
open fun <P : Props> child(klazz: KClass<out Component<P, *>>, handler: RHandler<P>)(source)