Explorar o código

fix(types): expose VueConstructor (#7002)

katashin %!s(int64=8) %!d(string=hai) anos
pai
achega
267ada04e8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      types/index.d.ts

+ 2 - 1
types/index.d.ts

@@ -3,7 +3,8 @@ import { Vue } from "./vue";
 export default Vue;
 
 export {
-  CreateElement
+  CreateElement,
+  VueConstructor
 } from "./vue";
 
 export {