UNPKG

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