@divkitframework/visual-editor 0.4.10 → 0.4.11

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.
@@ -170,6 +170,7 @@ interface DivProEditorOptions {
170
170
  direction?: 'ltr' | 'rtl';
171
171
  perThemeProps?: boolean;
172
172
  safeAreaEmulation?: SafeAreaEmulation;
173
+ fitViewportOnCreate?: boolean;
173
174
  }
174
175
  interface EditorError {
175
176
  message: string;