Просмотр исходного кода

chore: fix missing type import

Evan You 1 год назад
Родитель
Сommit
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,