Type fixes

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

View file

@ -1,4 +1,10 @@
import { average } from "@excalidraw/math";
import {
average,
type GlobalPoint,
type LocalPoint,
pointTranslate,
vector,
} from "@excalidraw/math";
import type {
ExcalidrawBindableElement,