function createAtom<T>(getValue, options?): ReadonlyAtom<T>;
Defined in: atom.ts:126
T
(prev?) => T
AtomOptions<T>
ReadonlyAtom<T>
function createAtom<T>(initialValue, options?): Atom<T>;
Defined in: atom.ts:130
Atom<T>