Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-react-core
/
react.jsx.runtime
Package-level
declarations
Functions
Functions
jsx
Link copied to clipboard
fun
<
P
:
Props
>
jsx
(
type
:
ElementType
<
P
>
)
:
ReactElement
<
P
>
fun
<
P
:
Props
>
jsx
(
type
:
ElementType
<
P
>
,
props
:
P
)
:
ReactElement
<
P
>
fun
<
P
:
Props
>
jsx
(
type
:
ElementType
<
P
>
,
props
:
P
?
,
defaultKey
:
Key
?
)
:
ReactElement
<
P
>