Files

6 lines
127 B
TypeScript
Raw Permalink Normal View History

2025-11-23 14:59:17 -08:00
export default intersectCircle;
declare function intersectCircle(node: any, rx: any, point: any): {
x: any;
y: any;
};