Files
blowfish/node_modules/dagre-d3-es/src/dagre-js/intersect/intersect-rect.d.ts
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

8 lines
85 B
TypeScript

export function intersectRect(
node: any,
point: any
): {
x: any;
y: any;
};