UNPKG

react-query

Version:

Hooks for managing, caching and syncing asynchronous and remote data in React

6 lines (5 loc) 204 B
import { UseQueryOptions, UseQueryResult } from '../react/types'; /** * Backwards-compatible definition for TS < 4.1 */ export declare function useQueries(queries: UseQueryOptions[]): UseQueryResult[];