All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.react.useRef.kt Maven / Gradle / Ivy

@file:JsModule("react")
@file:JsNonModule

package react

external fun  createRef(): RefObject

// Ref Hook (16.8+)
external fun  useRef(
    initialValue: T? = definedExternally,
): MutableRefObject




© 2015 - 2025 Weber Informatics LLC | Privacy Policy