UNPKG

redux-providers

Version:

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

7 lines 335 B
import "reflect-metadata"; import { GenericClassDecorator } from "../../types/types"; import { Constructable } from "../../types/constructable"; export declare class ActionHandlerType { } export declare function ActionHandler<T extends ActionHandlerType>(): GenericClassDecorator<Constructable<T>>; //# sourceMappingURL=action.d.ts.map