Update DatePicker.d.ts (#1411)

Type fixing.
old
ismail-codar 2017-04-17 10:50:41 +03:00 committed by Javi Velasco
parent 0d21c02068
commit e572dd7a96
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/