UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 169 B
import { PlaitTableBoard } from '../interfaces/table'; import { PlaitBoard } from '@plait/core'; export declare const withTable: (board: PlaitBoard) => PlaitTableBoard;