From: Evan You Date: Fri, 14 Jun 2024 14:04:04 +0000 (+0200) Subject: chore: fix missing type import X-Git-Tag: v3.4.29~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bda5ff1d3fa98988762d81257e332cc5d196b353;p=thirdparty%2Fvuejs%2Fcore.git chore: fix missing type import --- diff --git a/packages/runtime-dom/src/apiCustomElement.ts b/packages/runtime-dom/src/apiCustomElement.ts index d3d8b5b6e7..2a96cafa0e 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,