UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

4 lines (3 loc) 222 B
import { Type } from '@angular/core'; import { ReduxActionContextConfig } from './decorator/config'; export declare function ReduxActionContext(config: ReduxActionContextConfig): <T extends Type<{}>>(constructor: T) => T;