UNPKG

my-test123

Version:
6 lines (5 loc) 294 B
import { ActionReducer } from '@ngrx/store'; import * as WIStateActions from './../actions/work-item-state.actions'; import { WIState } from './../states/work-item-state.state'; export declare type Action = WIStateActions.All; export declare const WorkItemStateReducer: ActionReducer<WIState>;