|
@@ -7,35 +7,20 @@ export {}
|
|
|
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
- AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
- ACascader: typeof import('ant-design-vue/es')['Cascader']
|
|
|
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
|
|
- AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
- AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
- AInput: typeof import('ant-design-vue/es')['Input']
|
|
|
- ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
- 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']
|
|
|
VanButton: typeof import('vant/es')['Button']
|
|
|
- VanCascader: typeof import('vant/es')['Cascader']
|
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
|
VanDatePicker: typeof import('vant/es')['DatePicker']
|
|
|
- VanDatetimePicker: typeof import('vant/es')['DatetimePicker']
|
|
|
- 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']
|
|
|
}
|
|
|
}
|