useContextRef<T> function
Retrieves a provided reactive ref of type T.
Implementation
Ref<T> useContextRef<T>() => useContext<Ref<T>>();
Retrieves a provided reactive ref of type T.
Ref<T> useContextRef<T>() => useContext<Ref<T>>();