UNPKG

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