Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-legacy
/
react
/
fc
fc
fun
<
P
:
Props
>
fc
(
func
:
RBuilder
.
(
props
:
P
)
->
Unit
)
:
FC
<
P
>
(
source
)
Get function component from
func
fun
<
P
:
Props
>
fc
(
displayName
:
String
,
func
:
RBuilder
.
(
props
:
P
)
->
Unit
)
:
FC
<
P
>
(
source
)
Get function component from
func
with
displayName