UNPKG

react-hooks-global-states

Version:

This is a package to easily handling global-state across your react-components using hooks.

6 lines (5 loc) 220 B
declare const debugProps: typeof globalThis & { REACT_GLOBAL_STATE_HOOK_DEBUG?: ($this: unknown, args: undefined | {}, invokerStackHash: string) => void; isDevToolsPresent: boolean; }; export default debugProps;