components.d.ts 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  10. IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
  11. IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
  12. IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
  13. IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
  14. IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
  15. Layout: typeof import('./src/components/Layout.vue')['default']
  16. Logo: typeof import('./src/components/Logo.vue')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. Tabbar: typeof import('./src/components/Tabbar.vue')['default']
  20. TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
  21. VanActionBar: typeof import('vant/es')['ActionBar']
  22. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  23. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  24. VanActionSheet: typeof import('vant/es')['ActionSheet']
  25. VanAddressEdit: typeof import('vant/es')['AddressEdit']
  26. VanAddressList: typeof import('vant/es')['AddressList']
  27. VanButton: typeof import('vant/es')['Button']
  28. VanCard: typeof import('vant/es')['Card']
  29. VanCell: typeof import('vant/es')['Cell']
  30. VanCellGroup: typeof import('vant/es')['CellGroup']
  31. VanCheckbox: typeof import('vant/es')['Checkbox']
  32. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  33. VanCol: typeof import('vant/es')['Col']
  34. VanContactCard: typeof import('vant/es')['ContactCard']
  35. VanCouponCell: typeof import('vant/es')['CouponCell']
  36. VanDivider: typeof import('vant/es')['Divider']
  37. VanEmpty: typeof import('vant/es')['Empty']
  38. VanField: typeof import('vant/es')['Field']
  39. VanGrid: typeof import('vant/es')['Grid']
  40. VanGridItem: typeof import('vant/es')['GridItem']
  41. VanIcon: typeof import('vant/es')['Icon']
  42. VanImage: typeof import('vant/es')['Image']
  43. VanList: typeof import('vant/es')['List']
  44. VanNavBar: typeof import('vant/es')['NavBar']
  45. VanNoticeBar: typeof import('vant/es')['NoticeBar']
  46. VanRow: typeof import('vant/es')['Row']
  47. VanSearch: typeof import('vant/es')['Search']
  48. VanStepper: typeof import('vant/es')['Stepper']
  49. VanSubmitBar: typeof import('vant/es')['SubmitBar']
  50. VanSwipe: typeof import('vant/es')['Swipe']
  51. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  52. VanTab: typeof import('vant/es')['Tab']
  53. VanTabbar: typeof import('vant/es')['Tabbar']
  54. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  55. VanTabs: typeof import('vant/es')['Tabs']
  56. VanTag: typeof import('vant/es')['Tag']
  57. VanTreeSelect: typeof import('vant/es')['TreeSelect']
  58. WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
  59. }
  60. }