
main.react.useId.kt Maven / Gradle / Ivy
@file:JsModule("react")
@file:JsNonModule
package react
/**
* Available since 18.0
*
* Only works inside [fc]
* @see Hooks and Function Components
*/
external fun useId(): String
© 2015 - 2025 Weber Informatics LLC | Privacy Policy