Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:22
T
new ReadonlyStore<T>(getValue): ReadonlyStore<T>;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:24
(prev?) => T
ReadonlyStore<T>
new ReadonlyStore<T>(initialValue): ReadonlyStore<T>;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:25
T
ReadonlyStore<T>
get state(): T;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:26
T
Omit.stateget(): T;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:27
T
Omit.getsubscribe(observerOrFn): Subscription;Defined in: node_modules/.pnpm/@tanstack+store@0.11.0/node_modules/@tanstack/store/dist/store.d.ts:28
Observer<T> | ((value) => void)
Omit.subscribe