mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
narrow down imports
This commit is contained in:
parent
4ef8285107
commit
7f54214ac9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import type { GlobalPoint, LineSegment } from "@excalidraw/math";
|
import type { GlobalPoint, LineSegment } from "@excalidraw/math/types";
|
||||||
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
||||||
|
|
||||||
export type ElementsSegmentsMap = Map<string, LineSegment<GlobalPoint>[]>;
|
export type ElementsSegmentsMap = Map<string, LineSegment<GlobalPoint>[]>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue