export class HtmlEditorEvents {
    static onSelectionChange = "onSelectionChange";
    static onEditorDisabled = "onEditorDisabled";
}