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