UNPKG

ngx-bootstrap

Version:
11 lines (10 loc) 387 B
import { MonthsCalendarViewModel } from '../models/index'; export interface FlagMonthCalendarOptions { isDisabled: boolean; minDate: Date; maxDate: Date; hoveredMonth: Date; displayMonths: number; monthIndex: number; } export declare function flagMonthsCalendar(monthCalendar: MonthsCalendarViewModel, options: FlagMonthCalendarOptions): MonthsCalendarViewModel;