@@ -8,6 +8,8 @@ exports[`dts > components only 1`] = `
8
8
// Read more: https://github.com/vuejs/core/pull/3399
9
9
export { }
10
10
11
+ import { GlobalComponents } from 'vue'
12
+
11
13
declare module 'vue' {
12
14
export interface GlobalComponents {
13
15
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -30,6 +32,8 @@ exports[`dts > directive only 1`] = `
30
32
// Read more: https://github.com/vuejs/core/pull/3399
31
33
export { }
32
34
35
+ import { GlobalComponents } from 'vue'
36
+
33
37
declare module 'vue' {
34
38
export interface ComponentCustomProperties {
35
39
vLoading: typeof import (' test/directive/Loading' )[' default' ]
@@ -50,6 +54,8 @@ exports[`dts > getDeclaration 1`] = `
50
54
// Read more: https://github.com/vuejs/core/pull/3399
51
55
export { }
52
56
57
+ import { GlobalComponents } from 'vue'
58
+
53
59
declare module 'vue' {
54
60
export interface GlobalComponents {
55
61
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -112,6 +118,8 @@ exports[`dts > vue 2.7 components only 1`] = `
112
118
// Read more: https://github.com/vuejs/core/pull/3399
113
119
export { }
114
120
121
+ import { GlobalComponents } from 'vue'
122
+
115
123
declare module 'vue' {
116
124
export interface GlobalComponents {
117
125
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -134,6 +142,8 @@ exports[`dts > writeDeclaration - keep unused 1`] = `
134
142
// Read more: https://github.com/vuejs/core/pull/3399
135
143
export { }
136
144
145
+ import { GlobalComponents } from 'vue'
146
+
137
147
declare module 'vue' {
138
148
export interface GlobalComponents {
139
149
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
@@ -162,6 +172,8 @@ exports[`dts > writeDeclaration 1`] = `
162
172
// Read more: https://github.com/vuejs/core/pull/3399
163
173
export { }
164
174
175
+ import { GlobalComponents } from 'vue'
176
+
165
177
declare module 'vue' {
166
178
export interface GlobalComponents {
167
179
RouterLink: typeof import (' vue-router' )[' RouterLink' ]
0 commit comments