UNPKG

fabric8-planner

Version:
6 lines (5 loc) 268 B
import { ActionReducer } from '@ngrx/store'; import * as LabelActions from './../actions/label.actions'; import { LabelState } from './../states/label.state'; export declare type Action = LabelActions.All; export declare const LabelReducer: ActionReducer<LabelState>;