|
@@ -12,31 +12,20 @@ declare module 'vue' {
|
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
|
|
- ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
|
|
|
- ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
|
|
|
ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
- ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
ATextarea: typeof import('ant-design-vue/es')['Textarea']
|
|
|
AUpload: typeof import('ant-design-vue/es')['Upload']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
|
|
|
- VanArea: typeof import('vant/es')['Area']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
VanCascader: typeof import('vant/es')['Cascader']
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
- VanDivider: typeof import('vant/es')['Divider']
|
|
|
VanField: typeof import('vant/es')['Field']
|
|
|
VanForm: typeof import('vant/es')['Form']
|
|
|
- VanIcon: typeof import('vant/es')['Icon']
|
|
|
- VanList: typeof import('vant/es')['List']
|
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
|
- VanRadio: typeof import('vant/es')['Radio']
|
|
|
- VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
|
VanRate: typeof import('vant/es')['Rate']
|
|
|
- VanTab: typeof import('vant/es')['Tab']
|
|
|
- VanTabs: typeof import('vant/es')['Tabs']
|
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
|
}
|
|
|
}
|