mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Type fixes
This commit is contained in:
parent
f4abdc751e
commit
fdd7420e65
6 changed files with 18 additions and 5 deletions
|
@ -1,4 +1,10 @@
|
|||
import { average } from "@excalidraw/math";
|
||||
import {
|
||||
average,
|
||||
type GlobalPoint,
|
||||
type LocalPoint,
|
||||
pointTranslate,
|
||||
vector,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import type {
|
||||
ExcalidrawBindableElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue