@ones-editor/editor 1.1.8-beta.10 → 1.1.8-beta.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.
@@ -475,6 +475,7 @@ export interface OnesEditor extends TypedEmitter<OnesEditorEvents> {
475
475
  readonly options: OnesEditorOptions;
476
476
  readonly domEvents: OnesEditorDomEvents;
477
477
  readonly settingsProvider: OnesEditorSettingsProvider;
478
+ version: string;
478
479
  readonly: boolean;
479
480
  addCustom: <T extends OnesEditorCustom>(name: string, creator: OnesEditorCustomCreator) => T;
480
481
  getCustom: <T extends OnesEditorCustom>(name: string) => T;