From bdb1ec387d5d4b02bb08d26e641f8a81fd1760e9 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Wed, 9 Oct 2024 13:33:22 +0800 Subject: [PATCH] add missing type --- packages/excalidraw/tests/helpers/ui.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/excalidraw/tests/helpers/ui.ts b/packages/excalidraw/tests/helpers/ui.ts index 1c133e36b..8f27dbd7d 100644 --- a/packages/excalidraw/tests/helpers/ui.ts +++ b/packages/excalidraw/tests/helpers/ui.ts @@ -36,6 +36,7 @@ import { createTestHook } from "../../components/App"; import type { GlobalPoint, LocalPoint, Radians } from "../../../math"; import { pointFrom, pointRotateRads } from "../../../math"; import { cropElement } from "../../element/cropElement"; +import type { ToolType } from "../../types"; // so that window.h is available when App.tsx is not imported as well. createTestHook();