UNPKG

mermaid

Version:

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

5 lines (4 loc) 264 B
import type { Node } from '../../types.js'; export declare const createSubroutinePathD: (x: number, y: number, width: number, height: number) => string; export declare const subroutine: (parent: SVGAElement, node: Node) => Promise<any>; export default subroutine;