Explorar el Código

chore: fix missing type import

Evan You hace 2 años
padre
commit
bda5ff1d3f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,