UNPKG

ketcher-core

Version:
7 lines (6 loc) 327 B
import { type SVGPathAttributes, type BondVectors } from "./constants"; import { BondType } from "../../../../domain/entities/CoreBond"; declare class DoubleBondPathRenderer { static preparePaths(bondVectors: BondVectors, shift: number, type?: BondType): SVGPathAttributes[]; } export default DoubleBondPathRenderer;