You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`disabledDatesTextStyle`**|`TextStyle`| Optional. Text styling for disabled dates. |
93
93
|**`selectedStartDate`**|`Date`| Optional. Specifies a selected Start Date. |
94
94
|**`selectedEndDate`**|`Date`| Optional. Specifies a selected End Date. |
95
-
|**`minRangeDuration`**|`Number or Array`| Optional. Specifies a minimum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the minimum range duration depends on the date `{date: Moment-parsable date, minDuration: Number`|
96
-
|**`maxRangeDuration`**|`Number or Array`| Optional. Specifies a maximum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the maximum range duration depends on the date `{date: Moment-parsable date, maxDuration: Number`|
95
+
|**`minRangeDuration`**|`Number or Array`| Optional. Specifies a minimum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the minimum range duration depends on the date `{date: Moment-parsable date, minDuration: Number}`|
96
+
|**`maxRangeDuration`**|`Number or Array`| Optional. Specifies a maximum range duration when using allowRangeSelection. Can either pass a number to be used for all dates or an Array of objects if the maximum range duration depends on the date `{date: Moment-parsable date, maxDuration: Number}`|
97
97
|**`todayBackgroundColor`**|`String`| Optional. Background color for today. Default is `#cccccc`|
98
98
|**`todayTextStyle`**|`TextStyle`| Optional. Text styling for today. |
99
99
|**`textStyle`**|`Object`| Optional. Style overall text. Change fontFamily, color, etc. |
0 commit comments