@luminati-io/uikit 3.9.0 → 3.9.1
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.
|
@@ -33818,7 +33818,8 @@ var DatePicker = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().forwa
|
|
|
33818
33818
|
format: fmt,
|
|
33819
33819
|
value: value,
|
|
33820
33820
|
popoverProps: popoverProps,
|
|
33821
|
-
size: size
|
|
33821
|
+
size: size,
|
|
33822
|
+
isRange: isRange
|
|
33822
33823
|
}));
|
|
33823
33824
|
});
|
|
33824
33825
|
DatePicker.displayName = 'DatePicker';
|