File size: 85 Bytes
c211499
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export function intersectRect(
  node: any,
  point: any
): {
  x: any;
  y: any;
};