enwawa-ui 3.5.3 → 3.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -5587,7 +5587,7 @@ export interface AtDateRangePickerProps {
|
|
|
5587
5587
|
/**
|
|
5588
5588
|
* Specify the date that cannot be selected
|
|
5589
5589
|
*/
|
|
5590
|
-
disabledDate?:
|
|
5590
|
+
disabledDate?: RangePickerProps['disabledDate'];
|
|
5591
5591
|
/**
|
|
5592
5592
|
* To set the date format, support multi-format matching when it is an array, display the first one shall prevail. refer to dayjs#format. for example: Custom Format
|
|
5593
5593
|
*/
|