Type alias: NavButtonLabel
Ƭ NavButtonLabel: (month?: Date, options?: { locale?: Locale }) => string
Type declaration
▸ (month?, options?): string
Return the ARIA label for the "next month" / "prev month" buttons in the navigation.
Parameters
| Name | Type |
|---|---|
month? | Date |
options? | Object |
options.locale? | Locale |
Returns
string