UNPKG

@plait/draw

Version:

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

5 lines (4 loc) 147 B
import { WithPluginOptions } from "@plait/core"; export interface WithDrawOptions extends WithPluginOptions { customGeometryTypes: string[]; }