
main.react.useImperativeHandle.kt Maven / Gradle / Ivy
@file:Suppress("NOTHING_TO_INLINE")
package react
/**
* Available since 16.8
*
* Only works inside [fc]
* @see Hooks and Function Components
*/
inline fun useImperativeHandle(
ref: Ref?,
vararg dependencies: Any?,
noinline init: () -> T?,
) =
rawUseImperativeHandle(ref, init, dependencies)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy