We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb7415 commit f189373Copy full SHA for f189373
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