UNPKG

redux-providers

Version:

Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.

7 lines 504 B
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"; //# sourceMappingURL=index.d.ts.map