UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 217 B
import { PlaitBoard, Point } from '@plait/core'; import { PlaitArrowLine } from '../../interfaces'; export declare const getHitArrowLineTextIndex: (board: PlaitBoard, element: PlaitArrowLine, point: Point) => number;