UNPKG

jotai

Version:

👻 Next gen state management that will spook you

5 lines • 228 B
import { QueryClient } from '@tanstack/query-core'; export declare const queryClientAtom: import("jotai").PrimitiveAtom<QueryClient> & { init: QueryClient; }; declare type Awaited<T> = T extends Promise<infer V> ? V : T;