diff --git a/packages/headless/src/composables/helpers/useOutsideClick.ts b/packages/headless/src/composables/helpers/useOutsideClick.ts index 3545795fc..f9de39993 100644 --- a/packages/headless/src/composables/helpers/useOutsideClick.ts +++ b/packages/headless/src/composables/helpers/useOutsideClick.ts @@ -1,4 +1,4 @@ -import type { Arrayable } from "vitest"; +import type { Arrayable } from "vitest"; // For an unknown reason removing this import will break the build of "demo-app" and "playground" import { toValue, type MaybeRefOrGetter, type Ref } from "vue"; import { useGlobalEventListener } from "./useGlobalListener";