toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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