@jswork/antd-components 1.0.88 → 1.0.89

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