UNPKG

ketcher-core

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