ketcher-react 2.18.0-rc.6 → 2.18.0-rc.7

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.
@@ -23,3 +23,5 @@ export declare const STRUCT_TYPE: {
23
23
  };
24
24
  export declare const KETCHER_ROOT_NODE_CLASS_NAME = "Ketcher-root";
25
25
  export declare const KETCHER_ROOT_NODE_CSS_SELECTOR: string;
26
+ export declare const EditorClassName = "Ketcher-polymer-editor-root";
27
+ export declare const KETCHER_MACROMOLECULES_ROOT_NODE_SELECTOR: string;