Merge pull request #8168 from stepancar/patch-15

updated definitions
This commit is contained in:
Horiuchi_H
2016-02-19 16:14:29 +09:00
+10
View File
@@ -18,6 +18,16 @@ declare module reactInputCalendar {
*/
date?: string | Date;
/**
* Set the selectable minimum date
* @default null
*/
minDate?: string | Date;
/**
* Set the selectable maximum date
* @default null
*/
maxDate?: string | Date;
/**
* Set minimal view. Values:
* 0 - days
* 1 - months