UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 272 B
import { PlaitBoard, Point } from '@plait/core'; import { GeometryShapes, PlaitCommonGeometry } from '../interfaces'; export declare const createUMLClassOrInterfaceGeometryElement: (board: PlaitBoard, shape: GeometryShapes, points: [Point, Point]) => PlaitCommonGeometry;