UNPKG

pullstate

Version:

Simple state stores using immer and React hooks

9 lines (8 loc) 202 B
import { Store } from "./Store"; export declare const globalClientState: { storeOrdinal: number; batching: boolean; flushStores: { [storeName: number]: Store<any>; }; };