Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:29
T
get: () => T;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:20
T
set: (fn) => void & (value) => void;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:31
Sets the value of the atom using a function.
subscribe: (observer) => Subscription & (next, error?, complete?) => Subscription;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/types.d.ts:17