UNPKG

react-query

Version:

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

3 lines (2 loc) 141 B
import { UseQueryOptions, UseQueryResult } from './types'; export declare function useQueries(queries: UseQueryOptions[]): UseQueryResult[];