UNPKG

@plait/draw

Version:

Implementation of the core logic of the flowchart drawing tool plugin.

5 lines (4 loc) 257 B
import { Point } from '@plait/core'; import { PlaitArrowLine } from '../../interfaces'; import { Options } from 'roughjs/bin/core'; export declare const drawArrowLineArrow: (element: PlaitArrowLine, points: Point[], options: Options) => SVGGElement | null;