UNPKG

301 BTypeScriptView Raw
1import * as React from 'react';
2import { ApolloClient } from '../../core';
3export interface ApolloConsumerProps {
4 children: (client: ApolloClient<object>) => React.ReactChild | null;
5}
6export declare const ApolloConsumer: React.FC<ApolloConsumerProps>;
7//# sourceMappingURL=ApolloConsumer.d.ts.map
\No newline at end of file