UNPKG

@plait/draw

Version:

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

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