Kaynağa Gözat

fix(types): export ComponentOptionsMixin (#1361)

The newly introduced `ComponentOptionsMixin` was not re-exported.
Cédric Exbrayat 6 yıl önce
ebeveyn
işleme
68e2d6c68a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      packages/runtime-core/src/index.ts

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

@@ -159,6 +159,7 @@ export {
 } from './component'
 export {
   ComponentOptions,
+  ComponentOptionsMixin,
   ComponentOptionsWithoutProps,
   ComponentOptionsWithObjectProps,
   ComponentOptionsWithArrayProps,