diff --git a/components/date_picker/DatePicker.d.ts b/components/date_picker/DatePicker.d.ts index 597f1060..b20b3dd4 100644 --- a/components/date_picker/DatePicker.d.ts +++ b/components/date_picker/DatePicker.d.ts @@ -132,7 +132,7 @@ export interface DatePickerProps extends ReactToolbox.Props { * Sets locale for the Dialog. * @default "en" */ - locale?: "de" | "no" | "en" | "es" | "af" | "ar" | "be" | "bg" | "bn" | "bo" | "br" | "bs" | "ca" | "gl" | "eu" | "pt" | "it" | "fr" | "ru" | "ua" | "zh-cn" | "zh-hk" | "zh-tw" DatePickerLocale; + locale?: "de" | "no" | "en" | "es" | "af" | "ar" | "be" | "bg" | "bn" | "bo" | "br" | "bs" | "ca" | "gl" | "eu" | "pt" | "it" | "fr" | "ru" | "ua" | "zh-cn" | "zh-hk" | "zh-tw" | DatePickerLocale; /** * Date object with the maximum selectable date. */