Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-core
/
react
/
RefObject
Ref
Object
external
interface
RefObject
<
T
:
Any
>
:
Ref
<
T
>
(
source
)
Members
Properties
current
Link copied to clipboard
abstract
var
current
:
T
?