UNPKG

mermaid

Version:

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

9 lines (8 loc) 244 B
import type { Direction } from '../../src/diagrams/block/blockTypes.js'; export declare const getArrowPoints: (duplicatedDirections: Direction[], bbox: { width: number; height: number; }, node: any) => { x: any; y: number; }[];