UNPKG

react-apollo

Version:
9 lines (8 loc) 258 B
/// <reference types="react" /> import * as React from 'react'; export * from './test-links'; export declare class MockedProvider extends React.Component<any, any> { private client; constructor(props: any, context: any); render(): JSX.Element; }