UNPKG

ketcher-core

Version:
6 lines (5 loc) 229 B
import { type SVGPathAttributes, type BondVectors } from "./constants"; declare class TripleBondPathRenderer { static preparePaths(bondVectors: BondVectors): SVGPathAttributes[]; } export default TripleBondPathRenderer;