@ones-editor/editor 1.1.8-beta.18 → 1.1.8-beta.19

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.
@@ -479,6 +479,7 @@ export interface OnesEditor extends TypedEmitter<OnesEditorEvents> {
479
479
  readonly options: OnesEditorOptions;
480
480
  readonly domEvents: OnesEditorDomEvents;
481
481
  readonly settingsProvider: OnesEditorSettingsProvider;
482
+ version: string;
482
483
  readonly: boolean;
483
484
  addCustom: <T extends OnesEditorCustom>(name: string, creator: OnesEditorCustomCreator) => T;
484
485
  getCustom: <T extends OnesEditorCustom>(name: string) => T;