UNPKG

jotai

Version:

👻 Next gen state management that will spook you

4 lines • 202 B
export declare const clientAtom: import("jotai").PrimitiveAtom<import("@urql/core").Client> & { init: import("@urql/core").Client; }; declare type Awaited<T> = T extends Promise<infer V> ? V : T;