UNPKG

mermaid

Version:

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

5 lines (4 loc) 129 B
export declare function insertPolygonShape(parent: any, w: number, h: number, points: { x: number; y: number; }[]): any;