UNPKG

@reactivers/use-global-state

Version:

Global State in React with hooks and providers

2 lines 154 B
export { default as GlobalStateProvider } from "./hooks/useGlobalState/context"; export { default as useGlobalState } from "./hooks/useGlobalState/index";