Sfoglia il codice sorgente

chore: fix missing type import

Evan You 2 anni fa
parent
commit
bda5ff1d3f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,