UNPKG

@chemistry/mol3dview

Version:
8 lines (7 loc) 180 B
import { Atom } from "./Atom"; export declare class Bond { atom1: Atom; atom2: Atom; order: number; constructor(atom1: Atom, atom2: Atom, order?: number); }