UNPKG

177 BTypeScriptView Raw
1export { Provider } from './Provider';
2export { atom } from './atom';
3export { useAtom } from './useAtom';
4export type { Atom, WritableAtom, PrimitiveAtom } from './types';