updated definitions

This commit is contained in:
Stepan Mikhaylyuk
2016-02-19 09:55:52 +03:00
parent f3803c43d6
commit 814826f8de
+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