@jiaozhiye/qm-design-react 1.9.20 → 1.9.22

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.
@@ -0,0 +1 @@
1
+ export declare const withDefaultProps: <T extends object>(defaultProps: T, props: Partial<T>) => T;
@@ -143,7 +143,7 @@ export type IFormItem = {
143
143
  maxDateTime?: string;
144
144
  disableds?: [boolean, boolean];
145
145
  allowEmpty?: [boolean, boolean];
146
- shortCuts?: boolean;
146
+ shortCuts?: boolean | (() => React.ReactNode);
147
147
  format?: string;
148
148
  disabledDate?: (current: Dayjs) => boolean;
149
149
  timeType?: ITimeType;