Skip to main content

useLazyRef

useLazyRef<T>(initialValue: T | ): MutableRefObject<T>

Properties

(Mandatory properties are in bold)
PropertiesTypeDescription
initialValueT |