@jiaozhiye/qm-design-react 1.9.0 → 1.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.
@@ -142,6 +142,7 @@ export type IFormItem = {
142
142
  minDateTime?: string;
143
143
  maxDateTime?: string;
144
144
  disableds?: [boolean, boolean];
145
+ allowEmpty?: [boolean, boolean];
145
146
  shortCuts?: boolean;
146
147
  format?: string;
147
148
  disabledDate?: (current: Dayjs) => boolean;