toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
PropsWithRef
Props
With
Ref
external
interface
PropsWithRef
<
T
:
Any
>
:
Props
(
source
)
Members
Members & Extensions
Properties
key
Link copied to clipboard
abstract
var
key
:
Key
?
ref
Link copied to clipboard
abstract
var
ref
:
Ref
<
T
>
?
Functions
get
Child
Array
Link copied to clipboard
fun
Props
.
getChildArray
(
)
:
ReadonlyArray
<
ReactNode
?
>
?
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)