mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-26 15:44:24 +01:00
Type fixes
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
import { average } from "@excalidraw/math";
|
||||
import {
|
||||
average,
|
||||
type GlobalPoint,
|
||||
type LocalPoint,
|
||||
pointTranslate,
|
||||
vector,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import type {
|
||||
ExcalidrawBindableElement,
|
||||
|
||||
Reference in New Issue
Block a user