UNPKG

ngx-bootstrap

Version:
15 lines (14 loc) 600 B
import { DatepickerFormatOptions, DatepickerRenderOptions, DaysCalendarModel, MonthViewModel, MonthViewOptions } from '../models/index'; export declare class BsDatepickerState { viewDate: Date; hoveredDate?: Date; selectedDate?: Date; monthsModel?: DaysCalendarModel[]; formattedMonths?: MonthViewModel[]; flaggedMonths?: MonthViewModel[]; monthViewOptions: MonthViewOptions; formatOptions: DatepickerFormatOptions; renderOptions: DatepickerRenderOptions; selectedRange?: Date[]; } export declare const initialDatepickerState: BsDatepickerState;