UNPKG

dagre-reactjs-elk-layout

Version:
4 lines (3 loc) 265 B
import { NodeOptions, Point } from 'dagre-reactjs'; export declare const intersectPolygon2: (node: NodeOptions, point: Point, polyPoints: Array<Point>) => Point; export declare const intersectPath: (node: NodeOptions, point: Point, pathString: string) => Point;