components.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ImageUploader: typeof import('./src/components/ImageUploader.vue')['default']
  14. RouterLink: typeof import('vue-router')['RouterLink']
  15. RouterView: typeof import('vue-router')['RouterView']
  16. TagSelector: typeof import('./src/components/TagSelector.vue')['default']
  17. TreeCard: typeof import('./src/components/TreeCard.vue')['default']
  18. VanActionSheet: typeof import('vant/es')['ActionSheet']
  19. VanButton: typeof import('vant/es')['Button']
  20. VanCell: typeof import('vant/es')['Cell']
  21. VanCellGroup: typeof import('vant/es')['CellGroup']
  22. VanEmpty: typeof import('vant/es')['Empty']
  23. VanField: typeof import('vant/es')['Field']
  24. VanForm: typeof import('vant/es')['Form']
  25. VanIcon: typeof import('vant/es')['Icon']
  26. VanImage: typeof import('vant/es')['Image']
  27. VanList: typeof import('vant/es')['List']
  28. VanLoading: typeof import('vant/es')['Loading']
  29. VanNavBar: typeof import('vant/es')['NavBar']
  30. VanPopup: typeof import('vant/es')['Popup']
  31. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  32. VanSwitch: typeof import('vant/es')['Switch']
  33. VanTab: typeof import('vant/es')['Tab']
  34. VanTabbar: typeof import('vant/es')['Tabbar']
  35. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  36. VanTabs: typeof import('vant/es')['Tabs']
  37. VanTag: typeof import('vant/es')['Tag']
  38. WishCard: typeof import('./src/components/WishCard.vue')['default']
  39. }
  40. }