UNPKG

react-shared-states

Version:

Global state made as simple as useState, with zero config, built-in async caching, and automatic scoping.

3 lines (2 loc) 98 B
export declare let isDevMode: boolean; export declare const setDevMode: (value: boolean) => void;