UNPKG

ngx-bootstrap-fix-datepicker

Version:
8 lines (7 loc) 223 B
export interface Action { type: string; payload?: any; } export declare type ActionReducer<T> = (state: T, action: Action) => T; export { MiniState } from './state.class'; export { MiniStore } from './store.class';