UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 372 B
import * as React from 'react'; import { OperationOption, WithApolloClient } from './types'; export declare function withApollo<TProps, TResult = any>(WrappedComponent: React.ComponentType<WithApolloClient<Omit<TProps, 'client'>>>, operationOptions?: OperationOption<TProps, TResult>): React.ComponentClass<Omit<TProps, 'client'>>; //# sourceMappingURL=withApollo.d.ts.map