UNPKG

@period-year-norway/ngx-bootstrap

Version:
10 lines (9 loc) 446 B
import { Action } from '@period-year-norway/ngx-bootstrap/mini-ngrx'; import { TimepickerComponentState, TimepickerControls } from '../timepicker.models'; export interface TimepickerState { value?: Date; config: TimepickerComponentState; controls: TimepickerControls; } export declare const initialState: TimepickerState; export declare function timepickerReducer(state: TimepickerState | undefined, action: Action): TimepickerState;