UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 202 B
import { PlaitBoard } from '@plait/core'; import { PlaitVectorLine } from '../interfaces'; export declare const setVectorLineShape: (board: PlaitBoard, newProperties: Partial<PlaitVectorLine>) => void;