UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 166 B
import type { ReactiveVar } from "../../core/index.js"; export declare function useReactiveVar<T>(rv: ReactiveVar<T>): T; //# sourceMappingURL=useReactiveVar.d.ts.map