components.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  12. AForm: typeof import('ant-design-vue/es')['Form']
  13. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  14. AInput: typeof import('ant-design-vue/es')['Input']
  15. ASelect: typeof import('ant-design-vue/es')['Select']
  16. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  17. AUpload: typeof import('ant-design-vue/es')['Upload']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
  21. VanButton: typeof import('vant/es')['Button']
  22. VanCascader: typeof import('vant/es')['Cascader']
  23. VanCellGroup: typeof import('vant/es')['CellGroup']
  24. VanDivider: typeof import('vant/es')['Divider']
  25. VanField: typeof import('vant/es')['Field']
  26. VanForm: typeof import('vant/es')['Form']
  27. VanIcon: typeof import('vant/es')['Icon']
  28. VanList: typeof import('vant/es')['List']
  29. VanPicker: typeof import('vant/es')['Picker']
  30. VanPopup: typeof import('vant/es')['Popup']
  31. VanRadio: typeof import('vant/es')['Radio']
  32. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  33. VanRate: typeof import('vant/es')['Rate']
  34. VanTab: typeof import('vant/es')['Tab']
  35. VanTabs: typeof import('vant/es')['Tabs']
  36. VanUploader: typeof import('vant/es')['Uploader']
  37. }
  38. }