mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-01 14:46:57 +02:00
fix: move utility types out of .d.ts
file to fix exported declaration files (#6315)
This commit is contained in:
@@ -34,6 +34,7 @@ import { bumpVersion } from "../element/mutateElement";
|
||||
import { getUpdatedTimestamp, updateActiveTool } from "../utils";
|
||||
import { arrayToMap } from "../utils";
|
||||
import oc from "open-color";
|
||||
import { MarkOptional, Mutable } from "../utility-types";
|
||||
|
||||
type RestoredAppState = Omit<
|
||||
AppState,
|
||||
|
Reference in New Issue
Block a user