Files
seagull-game/app/basepak/static/js/mermaid/dagre-wrapper/blockArrowHelper.d.ts
2025-11-23 14:59:17 -08: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;
}[];