UNPKG

406 BTypeScriptView Raw
1import * as React from 'react';
2import { ApolloClient } from '../../core';
3import type { RenderPromises } from '../ssr';
4export interface ApolloContextValue {
5 client?: ApolloClient<object>;
6 renderPromises?: RenderPromises;
7}
8export declare function getApolloContext(): React.Context<ApolloContextValue>;
9export { getApolloContext as resetApolloContext };
10//# sourceMappingURL=ApolloContext.d.ts.map
\No newline at end of file