UNPKG

114 BTypeScriptView Raw
1export default intersectRect;
2declare function intersectRect(node: any, point: any): {
3 x: any;
4 y: any;
5};