This commit is contained in:
Vanessa 2023-05-27 22:59:01 +08:00
parent f25f06eb93
commit cae4ab17d2
4 changed files with 13 additions and 2 deletions

View file

@ -380,6 +380,7 @@ declare interface IExport {
declare interface IEditor {
justify: boolean;
fontSizeScrollZoom: boolean;
rtl: boolean;
readOnly: boolean;
listLogicalOutdent: boolean;