Skip to content

Commit

Permalink
fix(types): expose VueConstructor (vuejs#7002)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn authored and hefeng committed Jan 25, 2019
1 parent 8a9d910 commit 492c7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { Vue } from "./vue";
export default Vue;

export {
CreateElement
CreateElement,
VueConstructor
} from "./vue";

export {
Expand Down

0 comments on commit 492c7af

Please # to comment.