UNPKG

react-hooks-global-states

Version:

A package to easily handle global state across your React components using hooks.

10 lines (9 loc) 1.31 kB
export type { ActionCollectionConfig, ActionCollectionResult, AnyActions, AnyFunction, BaseMetadata, BrandedId, CleanupFunction, ContextActionCollectionConfig, ContextActionCollectionResult, ContextHook, ContextProvider, ContextProviderExtensions, ContextPublicApi, ContextStoreTools, ContextStoreToolsExtensions, CreateContext, CreateGlobalState, GlobalStoreCallbacks as GlobalStoreCallbacksForContext, GlobalStoreCallbacks, GlobalStoreContextCallbacks, InferAPI, InferActionsType, InferContextApi, InferStateApi, MetadataGetter, MetadataSetter, ObservableFragment, ReadonlyContextHook, ReadonlyContextPublicApi, ReadonlyHook, ReadonlyStateApi, SelectHook, SelectorCallback, StateApi, StateChanges, StateHook, StoreTools, SubscribeCallback, SubscribeCallbackConfig, SubscribeToState, SubscriberParameters, SubscriptionCallback, UniqueId, UnsubscribeCallback, UseHookOptions, Any, } from './types'; export { GlobalStore } from './GlobalStore'; export { createGlobalState } from './createGlobalState'; export { shallowCompare } from './shallowCompare'; export { uniqueId } from './uniqueId'; export { throwWrongKeyOnActionCollectionConfig } from './throwWrongKeyOnActionCollectionConfig'; export { isRecord } from './isRecord'; export { actions } from './actions'; export { createContext } from './createContext';