UNPKG

ng-material-date-range-picker

Version:
7 lines (6 loc) 242 B
import { DateRange } from '@angular/material/datepicker'; import { ISelectDateOption } from './select-date-option.model'; export interface SelectedDateEvent { range: DateRange<Date> | null; selectedOption: ISelectDateOption | null; }