Skip to content

Commit e572dd7

Browse files
ismail-codarjavivelasco
authored andcommitted
Update DatePicker.d.ts (react-toolbox#1411)
Type fixing.
1 parent 0d21c02 commit e572dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/date_picker/DatePicker.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export interface DatePickerProps extends ReactToolbox.Props {
132132
* Sets locale for the Dialog.
133133
* @default "en"
134134
*/
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;
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;
136136
/**
137137
* Date object with the maximum selectable date.
138138
*/

0 commit comments

Comments
 (0)