Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react
/
react
Package-level
declarations
Functions
Functions
create
Link copied to clipboard
fun
<
P
:
Props
>
ElementType
<
P
>
.
create
(
)
:
ReactElement
<
P
>
fun
<
P
:
Props
>
ElementType
<
P
>
.
create
(
block
:
P
.
(
)
->
Unit
)
:
ReactElement
<
P
>
FC
Link copied to clipboard
fun
FC
(
block
:
ChildrenBuilder
.
(
)
->
Unit
)
:
FC
<
Props
>
fun
<
P
:
Props
>
FC
(
block
:
ChildrenBuilder
.
(
props
:
P
)
->
Unit
)
:
FC
<
P
>
fun
FC
(
displayName
:
String
,
block
:
ChildrenBuilder
.
(
)
->
Unit
)
:
FC
<
Props
>
fun
<
P
:
Props
>
FC
(
displayName
:
String
,
block
:
ChildrenBuilder
.
(
props
:
P
)
->
Unit
)
:
FC
<
P
>