UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 218 B
import { Path, PlaitBoard } from '@plait/core'; import { PlaitBaseTable } from '../interfaces'; export declare const setTableFill: (board: PlaitBoard, element: PlaitBaseTable, fill: string | null, path: Path) => void;