Hierarchy

Properties

currentMonth: string
currentYear: number
modalVisible: boolean
monthSelectorVisible: boolean
months: string[]
strings: {
    heading: string;
    label: string;
    next: string;
    previous: string;
    selectMonth: string;
    viewCalendar: string;
}

Type declaration

  • heading: string
  • label: string
  • next: string
  • previous: string
  • selectMonth: string
  • viewCalendar: string
value: string
weeks: CalendarDay[][]
years: number[]