UNPKG

fabric8-planner

Version:
6 lines (5 loc) 265 B
import { ActionReducer } from '@ngrx/store'; import { EventState } from '../states/event.state'; import * as EventActions from './../actions/event.action'; export declare type Action = EventActions.All; export declare const EventReducer: ActionReducer<EventState>;