mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 11:44:23 +01:00
fix: move utility types out of .d.ts file to fix exported declaration files (#6315)
This commit is contained in:
@@ -19,6 +19,7 @@ import { newFreeDrawElement, newImageElement } from "../../element/newElement";
|
||||
import { Point } from "../../types";
|
||||
import { getSelectedElements } from "../../scene/selection";
|
||||
import { isLinearElementType } from "../../element/typeChecks";
|
||||
import { Mutable } from "../../utility-types";
|
||||
|
||||
const readFile = util.promisify(fs.readFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user