Move utility types in common

This commit is contained in:
Marcel Mraz 2025-03-18 19:43:21 +01:00
parent 0a7e9c51d6
commit e1ea33836e
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
46 changed files with 76 additions and 50 deletions

View file

@ -25,7 +25,7 @@ import type {
import type { AppState } from "@excalidraw/excalidraw/types";
import type { Mutable } from "@excalidraw/excalidraw/utility-types";
import type { Mutable } from "@excalidraw/common/utility-types";
import { LinearElementEditor } from "./linearElementEditor";
import { getBoundTextElement, getContainerElement } from "./textElement";