2
2
// @ts -nocheck
3
3
// Generated by unplugin-vue-components
4
4
// Read more: https://github.com/vuejs/core/pull/3399
5
- export { }
5
+ export { } ;
6
6
7
7
/* prettier-ignore */
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
- AAlert : typeof import ( 'ant-design-vue/es' ) [ 'Alert' ]
11
10
AAvatar : typeof import ( 'ant-design-vue/es' ) [ 'Avatar' ]
12
11
AButton : typeof import ( 'ant-design-vue/es' ) [ 'Button' ]
13
12
ACheckbox : typeof import ( 'ant-design-vue/es' ) [ 'Checkbox' ]
@@ -25,8 +24,6 @@ declare module 'vue' {
25
24
AInput : typeof import ( 'ant-design-vue/es' ) [ 'Input' ]
26
25
AInputNumber : typeof import ( 'ant-design-vue/es' ) [ 'InputNumber' ]
27
26
AInputPassword : typeof import ( 'ant-design-vue/es' ) [ 'InputPassword' ]
28
- ALayout : typeof import ( 'ant-design-vue/es' ) [ 'Layout' ]
29
- ALayoutContent : typeof import ( 'ant-design-vue/es' ) [ 'LayoutContent' ]
30
27
AList : typeof import ( 'ant-design-vue/es' ) [ 'List' ]
31
28
AListItem : typeof import ( 'ant-design-vue/es' ) [ 'ListItem' ]
32
29
AMenu : typeof import ( 'ant-design-vue/es' ) [ 'Menu' ]
@@ -36,7 +33,6 @@ declare module 'vue' {
36
33
APopover : typeof import ( 'ant-design-vue/es' ) [ 'Popover' ]
37
34
AProgress : typeof import ( 'ant-design-vue/es' ) [ 'Progress' ]
38
35
ARow : typeof import ( 'ant-design-vue/es' ) [ 'Row' ]
39
- ASegmented : typeof import ( 'ant-design-vue/es' ) [ 'Segmented' ]
40
36
ASelect : typeof import ( 'ant-design-vue/es' ) [ 'Select' ]
41
37
ASpace : typeof import ( 'ant-design-vue/es' ) [ 'Space' ]
42
38
ASpin : typeof import ( 'ant-design-vue/es' ) [ 'Spin' ]
@@ -45,6 +41,7 @@ declare module 'vue' {
45
41
ATextarea : typeof import ( 'ant-design-vue/es' ) [ 'Textarea' ]
46
42
ATooltip : typeof import ( 'ant-design-vue/es' ) [ 'Tooltip' ]
47
43
Check : typeof import ( './src/components/Check.vue' ) [ 'default' ]
44
+ Experimental : typeof import ( './src/components/Experimental.vue' ) [ 'default' ]
48
45
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
49
46
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
50
47
}
0 commit comments