components.d.ts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. AboutLoading: typeof import('./src/components/aboutLoading/aboutLoading.vue')['default']
  11. ContentLayout: typeof import('./src/components/ContentLayout/ContentLayout.vue')['default']
  12. copy: typeof import('./src/components/listBox/listBox copy.vue')['default']
  13. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  14. ListAbout: typeof import('./src/components/listBox/listAbout.vue')['default']
  15. ListBox: typeof import('./src/components/listBox/listBox.vue')['default']
  16. 'ListBox copy': typeof import('./src/components/listBox/listBox copy.vue')['default']
  17. ListByPlay: typeof import('./src/components/listBox/listByPlay.vue')['default']
  18. ListItem: typeof import('./src/components/listItem/listItem.vue')['default']
  19. ListLoading: typeof import('./src/components/listLoading/listLoading.vue')['default']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. VanBackTop: typeof import('vant/es')['BackTop']
  23. VanButton: typeof import('vant/es')['Button']
  24. VanConfigProvider: typeof import('vant/es')['ConfigProvider']
  25. VanDivider: typeof import('vant/es')['Divider']
  26. VanEmpty: typeof import('vant/es')['Empty']
  27. VanIcon: typeof import('vant/es')['Icon']
  28. VanImage: typeof import('vant/es')['Image']
  29. VanList: typeof import('vant/es')['List']
  30. VanNoticeBar: typeof import('vant/es')['NoticeBar']
  31. VanPopup: typeof import('vant/es')['Popup']
  32. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  33. VanRate: typeof import('vant/es')['Rate']
  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. Zinput: typeof import('./src/components/zinput/zinput.vue')['default']
  40. }
  41. }