UNPKG

239 BTypeScriptView Raw
1import { QueryClient } from '@tanstack/query-core';
2import { Getter } from 'jotai';
3export declare type CreateQueryOptions<Options> = Options | ((get: Getter) => Options);
4export declare type GetQueryClient = (get: Getter) => QueryClient;