UNPKG

119 BTypeScriptView Raw
1export { atomWithStore } from './zustand/atomWithStore';
2declare type Awaited<T> = T extends Promise<infer V> ? V : T;
\No newline at end of file