cullmann.io/themes/blowfish/assets/lib/mermaid/dagre-wrapper/blockArrowHelper.d.ts

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