Type alias: WeekNumberLabel
Ƭ WeekNumberLabel: (n: number, options?: { locale?: Locale }) => string
▸ (n, options?): string
Return the ARIA label of the week number.
| Name | Type |
|---|
n | number |
options? | Object |
options.locale? | Locale |
string
src/types/Labels.ts:43