function createAtom<T>(getValue, options?): ReadonlyAtom<T>;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/atom.d.ts:17
T
(prev?) => T
AtomOptions<T>
ReadonlyAtom<T>
function createAtom<T>(initialValue, options?): Atom<T>;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/atom.d.ts:18
T
T
AtomOptions<T>
Atom<T>