UNPKG

ketcher-core

Version:
8 lines (7 loc) 245 B
import type { Vec2 } from "../../../../domain/entities/vec2"; export declare class OpenAngleArrowRenderer { static preparePaths(start: Vec2, arrowLength: number, arrowAngle: number): { d: string; attrs: {}; }[]; }