UNPKG

@reactivers/use-global-state

Version:

Global State in React with hooks and providers

3 lines (2 loc) 157 B
export { default as GlobalStateProvider } from "./hooks/useGlobalState/context"; export { default as useGlobalState } from "./hooks/useGlobalState/index";