UNPKG

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