UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

6 lines (5 loc) 246 B
import type { UniqueKey } from '../core'; import { Store } from '../core/store'; export declare const store: Store; export declare const resetReState: () => void; export declare const setReStateInitialValue: (key: UniqueKey, value: any) => void;