UNPKG

redux-providers

Version:

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

4 lines 233 B
import { GenericClassDecorator } from "../../types/types"; import { Constructable } from "../../types/constructable"; export declare function Service(): GenericClassDecorator<Constructable<any>>; //# sourceMappingURL=service.d.ts.map