useContextRef<T> function

Ref<T> useContextRef<T>()

Retrieves a provided reactive ref of type T.

Implementation

Ref<T> useContextRef<T>() => useContext<Ref<T>>();