12345678910111213141516171819202122232425262728293031 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- AButton: typeof import('ant-design-vue/es')['Button']
- ACascader: typeof import('ant-design-vue/es')['Cascader']
- 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']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanPicker: typeof import('vant/es')['Picker']
- VanPopup: typeof import('vant/es')['Popup']
- VanRate: typeof import('vant/es')['Rate']
- VanUploader: typeof import('vant/es')['Uploader']
- }
- }
|