ketcher-core
Version:
Web-based molecule sketcher
8 lines (7 loc) • 370 B
TypeScript
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;
}