|
@@ -47,6 +47,7 @@ declare module 'vue' {
|
|
|
AResult: typeof import('ant-design-vue/es')['Result']
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
+ ASkeleton: typeof import('ant-design-vue/es')['Skeleton']
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space']
|
|
|
ASpin: typeof import('ant-design-vue/es')['Spin']
|
|
|
ASteps: typeof import('ant-design-vue/es')['Steps']
|
|
@@ -56,6 +57,7 @@ declare module 'vue' {
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag']
|
|
|
ATimeRangePicker: typeof import('ant-design-vue/es')['TimeRangePicker']
|
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
|
|
+ ATree: typeof import('ant-design-vue/es')['Tree']
|
|
|
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
|
|
|
BaseAreaViewer: typeof import('./src/components/baseAreaViewer/index.vue')['default']
|
|
|
BaseCard: typeof import('./src/components/baseCard/index.vue')['default']
|