Преглед изворни кода

chore: fix missing type import

Evan You пре 1 година
родитељ
комит
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,