UNPKG

js-year-calendar

Version:

A fully customizable year calendar widget

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