We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acc12c commit 267ada0Copy full SHA for 267ada0
types/index.d.ts
@@ -3,7 +3,8 @@ import { Vue } from "./vue";
3
export default Vue;
4
5
export {
6
- CreateElement
+ CreateElement,
7
+ VueConstructor
8
} from "./vue";
9
10
0 commit comments