Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-react
/
react
/
FC
FC
external
interface
FC
<
in
P
:
Props
>
:
ComponentType
<
P
>
,
HasDisplayName
(
source
)
Members
Members & Extensions
Properties
display
Name
Link copied to clipboard
abstract
var
displayName
:
String
?
Functions
create
Link copied to clipboard
inline
fun
<
P
:
Props
>
ElementType
<
P
>
.
create
(
)
:
ReactElement
<
P
>
fun
<
P
:
Props
>
ElementType
<
P
>
.
create
(
block
:
P
.
(
)
->
Unit
)
:
ReactElement
<
P
>