UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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