UNPKG

ketcher-core

Version:
10 lines (9 loc) 298 B
import type { Vec2 } from "../../../../domain/entities/vec2"; export declare class EquilibriumFilledTriangleArrowRenderer { static preparePaths(start: Vec2, arrowLength: number, arrowAngle: number): { d: string; attrs: { fill: string; }; }[]; }