Skip to content

Commit 267ada0

Browse files
ktsnyyx990803
authored andcommitted
fix(types): expose VueConstructor (#7002)
1 parent 2acc12c commit 267ada0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)