Type Alias: DayPickerLocaleLabels
DayPickerLocaleLabels = { [K in keyof Labels]?: string | Labels[K] }
Defined in: src/classes/DateLib.ts:58
Translations for DayPicker-specific labels.
Since
V9.12.0
DayPickerLocaleLabels = { [K in keyof Labels]?: string | Labels[K] }
Defined in: src/classes/DateLib.ts:58
Translations for DayPicker-specific labels.
V9.12.0