UNPKG

@airbnb/lunar-apollo

Version:

Apollo and GraphQL utilities.

11 lines 411 B
import React from 'react'; export declare type ProviderProps = { /** Application to render. */ children: NonNullable<React.ReactNode>; }; /** * Context based component that provides Apollo's client to all Query and Mutation components. * Must be rendered at the root of an application. */ export default function Provider({ children }: ProviderProps): JSX.Element; //# sourceMappingURL=index.d.ts.map