
main.react.useDebugValue.kt Maven / Gradle / Ivy
@file:JsModule("react")
@file:JsNonModule
package react
/**
* Available since 16.8
*
* Only works inside [fc]
* @see Hooks and Function Components
*/
external fun useDebugValue(
value: T,
format: (value: T) -> Any = definedExternally,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy