UNPKG

295 BTypeScriptView Raw
1export { clientAtom } from './urql/clientAtom';
2export { atomWithQuery } from './urql/atomWithQuery';
3export { atomWithMutation } from './urql/atomWithMutation';
4export { atomWithSubscription } from './urql/atomWithSubscription';
5declare type Awaited<T> = T extends Promise<infer V> ? V : T;
\No newline at end of file