소스 검색

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,