UNPKG

@plait/draw

Version:

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

3 lines (2 loc) 120 B
import { PlaitBoard } from '@plait/core'; export declare const withVectorLineResize: (board: PlaitBoard) => PlaitBoard;