zust
Version:
A powerful, lightweight, and fully standalone state management library for React with time-travel debugging, computed values, and zero dependencies
6 lines • 465 B
TypeScript
export { createStore, batch } from "./core";
export { createPersistConfig, StorageType, type PersisterOptions } from "./core/persistConfig";
export { LogLevel, type LoggingOptions } from "./middleware";
export type { HistoryAPI, HistoryConfig, ComputedConfig, ComputedValues, } from "./engine";
export type { Store, StoreOptions, Plugin, Middleware, Path, PathValue, SelectorConfig, AsyncAction, SetStateAction, } from "./types";
//# sourceMappingURL=index.d.ts.map