Type alias: Labels
Labels: {
"labelDay":DayLabel;"labelMonthDropdown": () =>string;"labelNext":NavButtonLabel;"labelPrevious":NavButtonLabel;"labelWeekNumber":WeekNumberLabel;"labelWeekday":WeekdayLabel;"labelYearDropdown": () =>string; }
Map of functions to translate ARIA labels for the relative elements.
Type declaration
| Member | Type | Description |
|---|---|---|
labelDay | DayLabel | Deprecated This label is not used anymore and this function will be removed in the future. |
labelMonthDropdown | () => string | - |
labelNext | NavButtonLabel | - |
labelPrevious | NavButtonLabel | - |
labelWeekNumber | WeekNumberLabel | - |
labelWeekday | WeekdayLabel | - |
labelYearDropdown | () => string | - |