state sync
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default intersectRect;
|
||||
declare function intersectRect(node: any, point: any): {
|
||||
x: any;
|
||||
y: any;
|
||||
};
|
||||
Reference in New Issue
Block a user