Skip to content

Commit

Permalink
fix(types): expose VueConstructor (#7002)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn authored and yyx990803 committed Nov 6, 2017
1 parent 2acc12c commit 267ada0
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 267ada0

Please sign in to comment.