UNPKG

405 BTypeScriptView Raw
1/**
2 * These APIs are still unstable.
3 * See: https://github.com/pmndrs/jotai/discussions/1514
4 */
5export { atom } from './vanilla/atom';
6export type { Atom, WritableAtom, PrimitiveAtom } from './vanilla/atom';
7export { createStore, getDefaultStore } from './vanilla/store';
8export type { Getter, Setter, ExtractAtomValue, ExtractAtomArgs, ExtractAtomResult, SetStateAction, } from './vanilla/typeUtils';