UNPKG

ketcher-core

Version:
4 lines (3 loc) 182 B
import type { Struct } from "../../../entities"; import type { KetItem } from './types'; export declare function mergeFragmentsToStruct(ketItem: KetItem, struct: Struct): Struct;