Spaces:
Build error
Build error
export function intersectRect( | |
node: any, | |
point: any | |
): { | |
x: any; | |
y: any; | |
}; | |
export function intersectRect( | |
node: any, | |
point: any | |
): { | |
x: any; | |
y: any; | |
}; | |