UNPKG

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