UNPKG

227 BTypeScriptView Raw
1import * as JotaiRedux from 'jotai-redux';
2/**
3 * @deprecated use `jotai-redux` instead
4 */
5export declare const atomWithStore: typeof JotaiRedux.atomWithStore;
6declare type Awaited<T> = T extends Promise<infer V> ? V : T;
\No newline at end of file