From bda5ff1d3fa98988762d81257e332cc5d196b353 Mon Sep 17 00:00:00 2001 From: Evan You Date: Fri, 14 Jun 2024 16:04:04 +0200 Subject: [PATCH] chore: fix missing type import --- packages/runtime-dom/src/apiCustomElement.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/runtime-dom/src/apiCustomElement.ts b/packages/runtime-dom/src/apiCustomElement.ts index d3d8b5b6e73..2a96cafa0ea 100644 --- a/packages/runtime-dom/src/apiCustomElement.ts +++ b/packages/runtime-dom/src/apiCustomElement.ts @@ -1,6 +1,7 @@ import { type ComponentInjectOptions, type ComponentInternalInstance, + type ComponentObjectPropsOptions, type ComponentOptions, type ComponentOptionsMixin, type ComponentOptionsWithArrayProps,