components.d.ts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. Expand: typeof import('./src/components/Expand.vue')['default']
  11. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  12. IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
  13. IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
  14. IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
  15. IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
  16. IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
  17. NavBar: typeof import('./src/components/NavBar.vue')['default']
  18. ProductItem: typeof import('./src/components/ProductItem.vue')['default']
  19. Rate: typeof import('./src/components/Rate.vue')['default']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
  23. VanButton: typeof import('vant/es')['Button']
  24. VanCell: typeof import('vant/es')['Cell']
  25. VanCellGroup: typeof import('vant/es')['CellGroup']
  26. VanCol: typeof import('vant/es')['Col']
  27. VanField: typeof import('vant/es')['Field']
  28. VanGrid: typeof import('vant/es')['Grid']
  29. VanGridItem: typeof import('vant/es')['GridItem']
  30. VanIcon: typeof import('vant/es')['Icon']
  31. VanImage: typeof import('vant/es')['Image']
  32. VanLoading: typeof import('vant/es')['Loading']
  33. VanNavBar: typeof import('vant/es')['NavBar']
  34. VanPicker: typeof import('vant/es')['Picker']
  35. VanPopup: typeof import('vant/es')['Popup']
  36. VanRow: typeof import('vant/es')['Row']
  37. VanSearch: typeof import('vant/es')['Search']
  38. VanSwipe: typeof import('vant/es')['Swipe']
  39. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  40. VanTab: typeof import('vant/es')['Tab']
  41. VanTabbar: typeof import('vant/es')['Tabbar']
  42. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  43. VanTabs: typeof import('vant/es')['Tabs']
  44. VanTag: typeof import('vant/es')['Tag']
  45. WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
  46. }
  47. }