瀏覽代碼

chore: fix missing type import

Evan You 2 年之前
父節點
當前提交
bda5ff1d3f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/runtime-dom/src/apiCustomElement.ts

+ 1 - 0
packages/runtime-dom/src/apiCustomElement.ts

@@ -1,6 +1,7 @@
 import {
   type ComponentInjectOptions,
   type ComponentInternalInstance,
+  type ComponentObjectPropsOptions,
   type ComponentOptions,
   type ComponentOptionsMixin,
   type ComponentOptionsWithArrayProps,