components.d.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Header: typeof import('./src/components/layout/header.vue')['default']
  10. Layout: typeof import('./src/components/layout/index.vue')['default']
  11. Main: typeof import('./src/components/layout/main.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. VanButton: typeof import('vant/es')['Button']
  15. VanCell: typeof import('vant/es')['Cell']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanCollapse: typeof import('vant/es')['Collapse']
  18. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  19. VanDialog: typeof import('vant/es')['Dialog']
  20. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  21. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  22. VanEmpty: typeof import('vant/es')['Empty']
  23. VanField: typeof import('vant/es')['Field']
  24. VanForm: typeof import('vant/es')['Form']
  25. VanGrid: typeof import('vant/es')['Grid']
  26. VanGridItem: typeof import('vant/es')['GridItem']
  27. VanIcon: typeof import('vant/es')['Icon']
  28. VanList: typeof import('vant/es')['List']
  29. VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
  30. VanPasswordInput: typeof import('vant/es')['PasswordInput']
  31. VanPopup: typeof import('vant/es')['Popup']
  32. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  33. VanSearch: typeof import('vant/es')['Search']
  34. VanSwipe: typeof import('vant/es')['Swipe']
  35. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  36. VanTab: typeof import('vant/es')['Tab']
  37. VanTabs: typeof import('vant/es')['Tabs']
  38. VantList: typeof import('./src/components/vantList.vue')['default']
  39. }
  40. }