ngx-bootstrap
Version:
Native Angular Bootstrap Components
10 lines (9 loc) • 344 B
TypeScript
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;