Skip to content

Commit f189373

Browse files
ktsnaJean
authored andcommitted
fix(types): expose VueConstructor (vuejs#7002)
1 parent ebb7415 commit f189373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: types/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { Vue } from "./vue";
33
export default Vue;
44

55
export {
6-
CreateElement
6+
CreateElement,
7+
VueConstructor
78
} from "./vue";
89

910
export {

0 commit comments

Comments
 (0)