Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
85 Bytes
export function intersectRect(
node: any,
point: any
): {
x: any;
y: any;
};