UNPKG

react-hooks-global-states

Version:

A package to easily handle 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;