UNPKG

mermaid

Version:

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

4 lines (3 loc) 251 B
import type { Node } from '../../types.js'; export declare const createPolygonPathD: (x: number, y: number, width: number, height: number) => string; export declare const rect_left_inv_arrow: (parent: SVGAElement, node: Node) => Promise<SVGAElement>;