@jiaozhiye/qm-design-react 1.3.0-beta.25 → 1.3.0-beta.28

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.
@@ -159,7 +159,7 @@ export declare type IFormItem = {
159
159
  onRemove?: (file: any) => void;
160
160
  fixedSize?: [number, number] | undefined;
161
161
  quality?: number;
162
- tinymceHeight?: number | string;
162
+ tinymce?: Record<string, any>;
163
163
  };
164
164
  searchHelper?: {
165
165
  name?: string;