summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/dagre-wrapper/intersect/intersect-circle.d.ts
blob: 4702778792221c0fe557a83d7dee7019fed395f0 (plain)
1
2
3
4
5
6
7
8
9
10
export default intersectCircle;
/**
 * @param node
 * @param rx
 * @param point
 */
declare function intersectCircle(node: any, rx: any, point: any): {
    x: any;
    y: any;
};