UNPKG

js-year-calendar

Version:

A fully customizable year calendar widget

11 lines (10 loc) 208 B
export default interface CalendarRangeEventObject { /** * The beginning of the selected range. */ startDate: Date; /** * The end of the selected range. */ endDate: Date; }