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.
- package/dist/component/ScaffoldModal.d.ts +1 -1
- package/dist/index.min.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -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: "
|
17
|
+
mode: "horizontal" | "inline" | "normal";
|
18
18
|
wrapperComponent: string;
|
19
19
|
};
|
20
20
|
amisScope: any;
|