Răsfoiți Sursa

types: expose ComponentOptionsBase

Evan You 6 ani în urmă
părinte
comite
8ab44e1f80
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      packages/runtime-core/src/index.ts

+ 2 - 1
packages/runtime-core/src/index.ts

@@ -193,7 +193,8 @@ export {
   ComponentOptionsWithoutProps,
   ComponentOptionsWithObjectProps,
   ComponentOptionsWithArrayProps,
-  ComponentCustomOptions
+  ComponentCustomOptions,
+  ComponentOptionsBase
 } from './componentOptions'
 export {
   ComponentPublicInstance,