@jswork/antd-components 1.0.85 → 1.0.88

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/dist/main.d.mts CHANGED
@@ -293,6 +293,7 @@ type StdEventTarget$k = {
293
293
  type StdCallback$k = (inEvent: StdEventTarget$k) => void;
294
294
  type Props$l = {
295
295
  className?: string;
296
+ dayjs?: any;
296
297
  value?: any;
297
298
  onChange?: StdCallback$k;
298
299
  } & DatePickerProps;
package/dist/main.d.ts CHANGED
@@ -293,6 +293,7 @@ type StdEventTarget$k = {
293
293
  type StdCallback$k = (inEvent: StdEventTarget$k) => void;
294
294
  type Props$l = {
295
295
  className?: string;
296
+ dayjs?: any;
296
297
  value?: any;
297
298
  onChange?: StdCallback$k;
298
299
  } & DatePickerProps;