Type alias: DayLabel
Ƭ DayLabel: (day: Date, activeModifiers: ActiveModifiers, options?: { locale?: Locale }) => string
Type declaration
▸ (day, activeModifiers, options?): string
Return the ARIA label for the Day component.
Parameters
| Name | Type |
|---|---|
day | Date |
activeModifiers | ActiveModifiers |
options? | Object |
options.locale? | Locale |
Returns
string