amis-editor 4.2.0-beta.2 → 4.2.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ export declare class ScaffoldModal extends React.Component<SubEditorProps> {
14
14
  wrapWithPanel: boolean;
15
15
  initApi: any;
16
16
  api: any;
17
- mode: "normal" | "horizontal" | "inline";
17
+ mode: "horizontal" | "inline" | "normal";
18
18
  wrapperComponent: string;
19
19
  };
20
20
  amisScope: any;