UNPKG

jotai

Version:

👻 Next gen state management that will spook you

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