summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/dagre-wrapper/intersect/intersect-rect.d.ts
blob: 53913d4cead9416a7226843e3a511dc292935967 (plain)
1
2
3
4
5
export default intersectRect;
declare function intersectRect(node: any, point: any): {
    x: any;
    y: any;
};