UNPKG

@minofrk/xelto-diagram-canvas

Version:

An implementation of <xelto-diagram> in TypeScript.

6 lines (5 loc) 191 B
import { Brush, LeftTopAlignedArea } from '../../types'; export declare function strokeRectangle({ color, virtualArea, }: { color: string; virtualArea: LeftTopAlignedArea; }): Brush;