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