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