瀏覽代碼

fix(types): export ComponentOptionsMixin (#1361)

The newly introduced `ComponentOptionsMixin` was not re-exported.
Cédric Exbrayat 6 年之前
父節點
當前提交
68e2d6c68a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,