This commit is contained in:
zsviczian 2025-05-04 13:03:04 +00:00
parent 3ee5e62c0e
commit ce9257b6fc

View File

@ -25,6 +25,8 @@ import { getBoundTextMaxWidth } from "./textElement";
import { normalizeText, measureText } from "./textMeasurements";
import { wrapText } from "./textWrapping";
import { isLineElement } from "./typeChecks";
import type {
ExcalidrawElement,
ExcalidrawImageElement,
@ -47,7 +49,6 @@ import type {
ExcalidrawElbowArrowElement,
ExcalidrawLineElement,
} from "./types";
import { isLineElement } from "./typeChecks";
export type ElementConstructorOpts = MarkOptional<
Omit<ExcalidrawGenericElement, "id" | "type" | "isDeleted" | "updated">,