@jiaozhiye/qm-design-react 1.12.14 → 1.12.15

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.
@@ -109,6 +109,7 @@ export type IFormItem = {
109
109
  style?: CSSProperties;
110
110
  className?: string;
111
111
  placeholder?: string;
112
+ translate?: boolean;
112
113
  bordered?: boolean;
113
114
  disabled?: boolean;
114
115
  allowClear?: boolean;