UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

7 lines (6 loc) 212 B
import { ReducerClassType } from '../reducer/class-type'; import { StateConstructor } from './constructor'; export interface StateDefinition { provider: StateConstructor; reducers?: ReducerClassType[]; }