Type fixes

This commit is contained in:
Mark Tolmacs 2025-03-26 19:42:40 +01:00
parent f4abdc751e
commit fdd7420e65
6 changed files with 18 additions and 5 deletions

View file

@ -26,7 +26,7 @@ import {
PRECISION,
} from "@excalidraw/math";
import { isPointOnShape } from "@excalidraw/utils/collision";
import { isPointInShape, isPointOnShape } from "@excalidraw/utils/collision";
import type { LocalPoint, Radians } from "@excalidraw/math";