components.d.ts 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  11. IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
  12. IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
  13. IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
  14. IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
  15. IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
  16. Layout: typeof import('./src/components/Layout.vue')['default']
  17. Logo: typeof import('./src/components/Logo.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. Tabbar: typeof import('./src/components/Tabbar.vue')['default']
  21. TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
  22. VanActionBar: typeof import('vant/es')['ActionBar']
  23. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  24. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  25. VanActionSheet: typeof import('vant/es')['ActionSheet']
  26. VanAddressEdit: typeof import('vant/es')['AddressEdit']
  27. VanAddressList: typeof import('vant/es')['AddressList']
  28. VanButton: typeof import('vant/es')['Button']
  29. VanCard: typeof import('vant/es')['Card']
  30. VanCell: typeof import('vant/es')['Cell']
  31. VanCellGroup: typeof import('vant/es')['CellGroup']
  32. VanCheckbox: typeof import('vant/es')['Checkbox']
  33. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  34. VanCol: typeof import('vant/es')['Col']
  35. VanContactCard: typeof import('vant/es')['ContactCard']
  36. VanCouponCell: typeof import('vant/es')['CouponCell']
  37. VanDivider: typeof import('vant/es')['Divider']
  38. VanField: typeof import('vant/es')['Field']
  39. VanForm: typeof import('vant/es')['Form']
  40. VanGrid: typeof import('vant/es')['Grid']
  41. VanGridItem: typeof import('vant/es')['GridItem']
  42. VanIcon: typeof import('vant/es')['Icon']
  43. VanImage: typeof import('vant/es')['Image']
  44. VanList: typeof import('vant/es')['List']
  45. VanNavBar: typeof import('vant/es')['NavBar']
  46. VanNoticeBar: typeof import('vant/es')['NoticeBar']
  47. VanRow: typeof import('vant/es')['Row']
  48. VanSearch: typeof import('vant/es')['Search']
  49. VanStepper: typeof import('vant/es')['Stepper']
  50. VanSubmitBar: typeof import('vant/es')['SubmitBar']
  51. VanSwipe: typeof import('vant/es')['Swipe']
  52. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  53. VanTab: typeof import('vant/es')['Tab']
  54. VanTabbar: typeof import('vant/es')['Tabbar']
  55. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  56. VanTabs: typeof import('vant/es')['Tabs']
  57. VanTag: typeof import('vant/es')['Tag']
  58. VanTreeSelect: typeof import('vant/es')['TreeSelect']
  59. WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
  60. }
  61. }