UNPKG

redux-providers

Version:

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

4 lines 220 B
import { Container } from "inversify"; import { Constructable } from "../types/constructable"; export declare function createContainer(moduleTarget: Constructable<any>): Container; //# sourceMappingURL=container.d.ts.map