UNPKG

js-year-calendar

Version:

A fully customizable year calendar widget

5 lines (4 loc) 80 B
export default interface CalendarMonth { year: number; month: number; }