UNPKG

jotai

Version:

👻 Next gen state management that will spook you

6 lines • 235 B
import * as JotaiZustand from 'jotai-zustand'; /** * @deprecated use `jotai-zustand` instead */ export declare const atomWithStore: typeof JotaiZustand.atomWithStore; declare type Awaited<T> = T extends Promise<infer V> ? V : T;