UNPKG

164 BTypeScriptView Raw
1import { Store } from "./store";
2export { StateChangeNotification } from "./types";
3export declare function enableDevTool<S extends object>(store: Store<S>): void;