UNPKG

ng2-yk-notifier

Version:
7 lines (6 loc) 283 B
import { ActionReducer } from "@ngrx/store"; import { Notice } from "./notifier-notice"; export declare const ADD_NOTICE: string; export declare const REMOVE_NOTICE: string; export declare const REMOVE_ALL: string; export declare const messagesReducer: ActionReducer<Array<Notice>>;