UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 189 B
import { PlaitBoard } from '@plait/core'; export declare const getDefaultLineText: (board: PlaitBoard) => string; export declare const withArrowLineText: (board: PlaitBoard) => PlaitBoard;