This commit is contained in:
Ryan Di
2024-04-18 22:51:39 +08:00
parent 61cfa4c634
commit e4db91d786
+1 -1
View File
@@ -6,7 +6,7 @@ import type {
ExcalidrawFreeDrawElement,
ExcalidrawLinearElement,
} from "../element/types";
import type { Point, Zoom } from "../types";
import type { Point } from "../types";
import { Bounds, getElementPointsCoords } from "../element/bounds";
import { Excalidraw } from "../index";
import { API } from "./helpers/api";