function createStore<T>(getValue): ReadonlyStore<T>;
Defined in: store.ts:55
T
(prev?) => T
ReadonlyStore<T>
function createStore<T>(initialValue): Store<T>;
Defined in: store.ts:58
Store<T>
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications