|
@@ -15,11 +15,9 @@ declare module 'vue' {
|
|
|
ACascader: typeof import('ant-design-vue/es')['Cascader']
|
|
|
ACheckbox: typeof import('ant-design-vue/es')['Checkbox']
|
|
|
ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
|
|
|
- ACol: typeof import('ant-design-vue/es')['Col']
|
|
|
ACollapse: typeof import('ant-design-vue/es')['Collapse']
|
|
|
ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
|
|
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
|
|
- ADivider: typeof import('ant-design-vue/es')['Divider']
|
|
|
ADrawer: typeof import('ant-design-vue/es')['Drawer']
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
|
|
AEmpty: typeof import('ant-design-vue/es')['Empty']
|
|
@@ -40,12 +38,10 @@ declare module 'vue' {
|
|
|
APageHeader: typeof import('ant-design-vue/es')['PageHeader']
|
|
|
APagination: typeof import('ant-design-vue/es')['Pagination']
|
|
|
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
|
|
|
- AProgress: typeof import('ant-design-vue/es')['Progress']
|
|
|
ARadio: typeof import('ant-design-vue/es')['Radio']
|
|
|
ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
|
|
|
ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
|
|
|
ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
|
|
|
- ARow: typeof import('ant-design-vue/es')['Row']
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
ASkeleton: typeof import('ant-design-vue/es')['Skeleton']
|
|
@@ -65,7 +61,6 @@ declare module 'vue' {
|
|
|
FurnitureIcon: typeof import('./src/components/furnitureIcon/index.vue')['default']
|
|
|
FurnitureItem: typeof import('./src/components/furnitureItem/index.vue')['default']
|
|
|
FurnitureList: typeof import('./src/components/furnitureList/index.vue')['default']
|
|
|
- RadarCloudPointsMap: typeof import('./src/components/radarCloudPointsMap/index.vue')['default']
|
|
|
RadarPointCloud: typeof import('./src/components/radarPointCloud/index.vue')['default']
|
|
|
RangePicker: typeof import('./src/components/rangePicker/index.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|