Files
infocom-systems-design/node_modules/mermaid/dist/dagre-wrapper/blockArrowHelper.d.ts
2025-10-03 22:27:28 +03:00

9 lines
244 B
TypeScript

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;
}[];