UNPKG

372 BTypeScriptView Raw
1import * as React from 'react';
2import { OperationOption, WithApolloClient } from './types';
3export declare function withApollo<TProps, TResult = any>(WrappedComponent: React.ComponentType<WithApolloClient<Omit<TProps, 'client'>>>, operationOptions?: OperationOption<TProps, TResult>): React.ComponentClass<Omit<TProps, 'client'>>;
4//# sourceMappingURL=withApollo.d.ts.map
\No newline at end of file