components.d.ts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // biome-ignore lint: disable
  4. // oxlint-disable
  5. // ------
  6. // Generated by unplugin-vue-components
  7. // Read more: https://github.com/vuejs/core/pull/3399
  8. export {}
  9. /* prettier-ignore */
  10. declare module 'vue' {
  11. export interface GlobalComponents {
  12. BottomNav: typeof import('./src/components/BottomNav.vue')['default']
  13. ChatWidget: typeof import('./src/components/ChatWidget.vue')['default']
  14. ImageUploader: typeof import('./src/components/ImageUploader.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. TagSelector: typeof import('./src/components/TagSelector.vue')['default']
  18. TreeCard: typeof import('./src/components/TreeCard.vue')['default']
  19. VanActionSheet: typeof import('vant/es')['ActionSheet']
  20. VanButton: typeof import('vant/es')['Button']
  21. VanCell: typeof import('vant/es')['Cell']
  22. VanCellGroup: typeof import('vant/es')['CellGroup']
  23. VanEmpty: typeof import('vant/es')['Empty']
  24. VanField: typeof import('vant/es')['Field']
  25. VanForm: typeof import('vant/es')['Form']
  26. VanIcon: typeof import('vant/es')['Icon']
  27. VanImage: typeof import('vant/es')['Image']
  28. VanList: typeof import('vant/es')['List']
  29. VanLoading: typeof import('vant/es')['Loading']
  30. VanNavBar: typeof import('vant/es')['NavBar']
  31. VanPopup: typeof import('vant/es')['Popup']
  32. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  33. VanSwitch: typeof import('vant/es')['Switch']
  34. VanTab: typeof import('vant/es')['Tab']
  35. VanTabbar: typeof import('vant/es')['Tabbar']
  36. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  37. VanTabs: typeof import('vant/es')['Tabs']
  38. VanTag: typeof import('vant/es')['Tag']
  39. WishCard: typeof import('./src/components/WishCard.vue')['default']
  40. }
  41. }