Files
terminal/web/node_modules/jotai/vanilla.d.ts
T

5 lines
337 B
TypeScript

export { atom } from './vanilla/atom';
export type { Atom, WritableAtom, PrimitiveAtom } from './vanilla/atom';
export { createStore, getDefaultStore, INTERNAL_overrideCreateStore, } from './vanilla/store';
export type { Getter, Setter, ExtractAtomValue, ExtractAtomArgs, ExtractAtomResult, SetStateAction, } from './vanilla/typeUtils';