We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d21c02 commit e572dd7Copy full SHA for e572dd7
components/date_picker/DatePicker.d.ts
@@ -132,7 +132,7 @@ export interface DatePickerProps extends ReactToolbox.Props {
132
* Sets locale for the Dialog.
133
* @default "en"
134
*/
135
- 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;
136
/**
137
* Date object with the maximum selectable date.
138
0 commit comments