@divkitframework/visual-editor 0.4.5 → 0.4.6

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.
@@ -117,6 +117,8 @@ interface DivProEditorOptions {
117
117
  errorFileLimit?: number;
118
118
  rootConfigurable?: boolean;
119
119
  customFontFaces?: FontFaceDesc[];
120
+ directionSelector?: boolean;
121
+ direction?: 'ltr' | 'rtl';
120
122
  }
121
123
  interface DivProEditorInstance {
122
124
  getValue(): string;