Jelajahi Sumber

chore: fix missing type import

Evan You 1 tahun lalu
induk
melakukan
bda5ff1d3f
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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,