Skip to content

Commit

Permalink
fix(types): export ComponentOptionsMixin (#1361)
Browse files Browse the repository at this point in the history
The newly introduced `ComponentOptionsMixin` was not re-exported.
  • Loading branch information
cexbrayat authored Jun 15, 2020
1 parent 250eb4a commit 68e2d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export {
} from './component'
export {
ComponentOptions,
ComponentOptionsMixin,
ComponentOptionsWithoutProps,
ComponentOptionsWithObjectProps,
ComponentOptionsWithArrayProps,
Expand Down

0 comments on commit 68e2d6c

Please sign in to comment.