components.d.ts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  11. Layout: typeof import('./src/components/layout/index.vue')['default']
  12. Main: typeof import('./src/components/layout/main.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. VanButton: typeof import('vant/es')['Button']
  16. VanCell: typeof import('vant/es')['Cell']
  17. VanCellGroup: typeof import('vant/es')['CellGroup']
  18. VanCollapse: typeof import('vant/es')['Collapse']
  19. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  20. VanDialog: typeof import('vant/es')['Dialog']
  21. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  22. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  23. VanEmpty: typeof import('vant/es')['Empty']
  24. VanField: typeof import('vant/es')['Field']
  25. VanForm: typeof import('vant/es')['Form']
  26. VanGrid: typeof import('vant/es')['Grid']
  27. VanGridItem: typeof import('vant/es')['GridItem']
  28. VanIcon: typeof import('vant/es')['Icon']
  29. VanImage: typeof import('vant/es')['Image']
  30. VanList: typeof import('vant/es')['List']
  31. VanNavBar: typeof import('vant/es')['NavBar']
  32. VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
  33. VanPasswordInput: typeof import('vant/es')['PasswordInput']
  34. VanPopup: typeof import('vant/es')['Popup']
  35. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  36. VanSearch: typeof import('vant/es')['Search']
  37. VanSidebar: typeof import('vant/es')['Sidebar']
  38. VanSidebarItem: typeof import('vant/es')['SidebarItem']
  39. VanSwipe: typeof import('vant/es')['Swipe']
  40. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  41. VanTab: typeof import('vant/es')['Tab']
  42. VanTabs: typeof import('vant/es')['Tabs']
  43. VantList: typeof import('./src/components/vantList.vue')['default']
  44. }
  45. }