components.d.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AButton: typeof import('ant-design-vue/es')['Button']
  10. ACascader: typeof import('ant-design-vue/es')['Cascader']
  11. AForm: typeof import('ant-design-vue/es')['Form']
  12. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  13. AInput: typeof import('ant-design-vue/es')['Input']
  14. ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
  15. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  16. ASelect: typeof import('ant-design-vue/es')['Select']
  17. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  18. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  19. AUpload: typeof import('ant-design-vue/es')['Upload']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
  23. VanArea: typeof import('vant/es')['Area']
  24. VanButton: typeof import('vant/es')['Button']
  25. VanCascader: typeof import('vant/es')['Cascader']
  26. VanCellGroup: typeof import('vant/es')['CellGroup']
  27. VanDivider: typeof import('vant/es')['Divider']
  28. VanField: typeof import('vant/es')['Field']
  29. VanForm: typeof import('vant/es')['Form']
  30. VanIcon: typeof import('vant/es')['Icon']
  31. VanList: typeof import('vant/es')['List']
  32. VanPicker: typeof import('vant/es')['Picker']
  33. VanPopup: typeof import('vant/es')['Popup']
  34. VanRadio: typeof import('vant/es')['Radio']
  35. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  36. VanRate: typeof import('vant/es')['Rate']
  37. VanTab: typeof import('vant/es')['Tab']
  38. VanTabs: typeof import('vant/es')['Tabs']
  39. VanUploader: typeof import('vant/es')['Uploader']
  40. }
  41. }