mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
updated definitions
This commit is contained in:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user