Explorar o código

chore: fix missing type import

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
bda5ff1d3f
Modificáronse 1 ficheiros con 1 adicións e 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,