redux-providers
Version:
Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.
7 lines (6 loc) • 469 B
text/typescript
export { createReduxStore } from "./utils/create-store";
export { ReduxModule, ReduxProviderModuleOptions } from "./decorators/module/module.decorator";
export { ActionHandler, ActionHandlerType } from "./decorators/action/action";
export { Provider } from "./decorators/provider/provider";
export { Constructable } from "./types/constructable";
export { AsyncAction, AsyncActionFn, AsyncEventType, AsyncStatusHandler, handleAsyncAction } from "./utils/async-actions";