@ones-editor/editor 1.2.0-beta.5 → 1.2.0-beta.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.
@@ -5,3 +5,4 @@ export declare function isRootContainer(container: ContainerElement): boolean;
5
5
  export declare function isChildContainer(container: ContainerElement): boolean;
6
6
  export declare function getContainerId(container: ContainerElement): string;
7
7
  export declare function getContainerBlocks(container: ContainerElement, doc: OnesEditorDoc): DocBlock[];
8
+ export declare function generateEditorContainerId(containerId: string): string;