toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-legacy
/
react
/
RBuilder
/
child
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
)