ketcher-react 2.10.0-rc.1 → 2.10.0-rc.3

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.
@@ -18,3 +18,7 @@ export declare const KETCHER_SAVED_SETTINGS_KEY = "ketcher_editor_saved_settings
18
18
  export declare const MODES: {
19
19
  FG: string;
20
20
  };
21
+ export declare const STRUCT_TYPE: {
22
+ atoms: string;
23
+ bonds: string;
24
+ };