Skip to content

Commit 492c7af

Browse files
ktsnhefeng
authored and
hefeng
committed
fix(types): expose VueConstructor (vuejs#7002)
1 parent 8a9d910 commit 492c7af

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)