UNPKG

wxt-zustand

Version:

High-performance Zustand state management for WXT web extensions with seamless cross-tab synchronization and sub-10ms React re-renders

7 lines 382 B
import { shallowDiff } from './shallowDiff'; import { shallowPatch } from './shallowPatch'; export declare function isValidState(state: unknown): state is Record<string, unknown>; export { shallowDiff, shallowPatch }; export type { DiffStrategyFn, PatchStrategyFn, StateChange, StateDiff, } from '../types'; export { ChangeType } from '../types'; //# sourceMappingURL=index.d.ts.map