UNPKG

ketcher-core

Version:
8 lines (7 loc) 370 B
import { D3SvgElementSelection } from "../../types"; import { PolymerBond } from "../../../../domain/entities"; import { TransientView } from './TransientView'; export declare class BondSnapView extends TransientView { static viewName: string; static show<P extends PolymerBond>(transientLayer: D3SvgElementSelection<SVGGElement, void>, bond: P): void; }