UNPKG

redux-providers

Version:

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

3 lines 271 B
export declare type GenericClassDecorator<T> = (target: T) => void; export declare type GenericMethodDecorator<T> = (target: T, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>) => TypedPropertyDescriptor<T> | void; //# sourceMappingURL=types.d.ts.map