UNPKG

ngx-bootstrap

Version:
10 lines (9 loc) 344 B
import { MonthViewModel } from '../models/index'; export interface FlagMonthViewOptions { hoveredDate: Date; selectedDate: Date; selectedRange: Date[]; displayMonths: number; monthIndex: number; } export declare function flagMonthView(formattedMonth: MonthViewModel, options: FlagMonthViewOptions): MonthViewModel;