UNPKG

js-year-calendar

Version:

A fully customizable year calendar widget

12 lines (11 loc) 237 B
import CalendarMonth from './CalendarMonth'; export default interface CalendarPeriod { /** * The beginning of the period. */ start: CalendarMonth; /** * The end of the period. */ end: CalendarMonth; }