UNPKG

ketcher-core

Version:
4 lines (3 loc) 262 B
import { Action } from './action'; import type Restruct from "../../render/restruct/restruct"; export declare function fromSgroupAttachmentPointRemove(restruct: Restruct, sgroupId: number, atomId: number, leaveAtomId?: number, needPerform?: boolean): Action;