@shopify/react-graphql
Version:
Tools for creating type-safe and asynchronous GraphQL components for React
4 lines • 310 B
TypeScript
import { AsyncQueryComponentType } from '../types';
import { Options } from './query';
export declare function createAsyncQueryComponent<Data, Variables, DeepPartial>(options: Options<Data, Variables, DeepPartial>): AsyncQueryComponentType<Data, Variables, DeepPartial>;
//# sourceMappingURL=component.d.ts.map