UNPKG

tdc-js-modules

Version:

6 lines 392 B
import { GraphQLTaggedNode } from 'relay-runtime'; import { Environment } from 'react-relay'; import { UseQueryConfigT, UseQueryReturnT } from '../@types/UseQuery'; declare function useQuery<T = any>(query: GraphQLTaggedNode, variables: any, config: UseQueryConfigT<T> | undefined, environment: Environment): UseQueryReturnT<T>; export default useQuery; //# sourceMappingURL=useQuery.d.ts.map