UNPKG

react-apollo

Version:
3 lines (2 loc) 179 B
import { OperationOption } from './graphql'; export declare function withApollo<TProps, TResult>(WrappedComponent: any, operationOptions?: OperationOption<TProps, TResult>): any;