UNPKG

ketcher-react

Version:
6 lines (5 loc) 391 B
import { Editor } from '../../Editor'; declare const isMacroMolecule: (editor: Editor, id: number) => boolean; declare const isMergingToMacroMolecule: (editor: Editor, dragCtx: any) => boolean; declare const isBondingWithMacroMolecule: (editor: Editor, event: MouseEvent) => boolean | null | undefined; export { isBondingWithMacroMolecule, isMacroMolecule, isMergingToMacroMolecule, };