Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-legacy
/
react
/
invoke
invoke
operator
fun
<
P
:
Props
,
R
:
Props
>
HOC
<
P
,
R
>
.
invoke
(
component
:
RBuilder
.
(
P
)
->
Unit
)
:
ComponentClass
<
R
>
(
source
)
operator
fun
<
P
:
Props
,
R
:
Props
>
HOC
<
P
,
R
>
.
invoke
(
config
:
Any
,
component
:
RBuilder
.
(
P
)
->
Unit
)
:
ComponentClass
<
R
>
(
source
)