@tanstack/react-query
Version:
Hooks for managing, caching and syncing asynchronous and remote data in React
5 lines • 473 B
TypeScript
import 'client-only';
import type { QueryKey, QueryObserver } from '@tanstack/query-core';
import type { UseBaseQueryOptions } from './types';
export declare function useBaseQuery<TQueryFnData, TError, TData, TQueryData, TQueryKey extends QueryKey>(options: UseBaseQueryOptions<TQueryFnData, TError, TData, TQueryData, TQueryKey>, Observer: typeof QueryObserver): import("@tanstack/query-core").QueryObserverResult<TData, TError>;
//# sourceMappingURL=useBaseQuery.d.ts.map