UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

4 lines (3 loc) 218 B
import { StateConstructor } from './constructor'; import { ReduxStateConfig } from './decorator/config'; export declare function ReduxState(config: ReduxStateConfig): <T extends StateConstructor>(constructor: T) => T;