components.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. CusNavigation: typeof import('./src/components/CusNavigation.vue')['default']
  10. Index: typeof import('./src/components/QR/Index.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. VanBackTop: typeof import('vant/es')['BackTop']
  14. VanButton: typeof import('vant/es')['Button']
  15. VanCell: typeof import('vant/es')['Cell']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanCheckbox: typeof import('vant/es')['Checkbox']
  18. VanDatePicker: typeof import('vant/es')['DatePicker']
  19. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  20. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  21. VanField: typeof import('vant/es')['Field']
  22. VanForm: typeof import('vant/es')['Form']
  23. VanGrid: typeof import('vant/es')['Grid']
  24. VanGridItem: typeof import('vant/es')['GridItem']
  25. VanIcon: typeof import('vant/es')['Icon']
  26. VanImage: typeof import('vant/es')['Image']
  27. VanLoading: typeof import('vant/es')['Loading']
  28. VanNavBar: typeof import('vant/es')['NavBar']
  29. VanOverlay: typeof import('vant/es')['Overlay']
  30. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  31. VanStepper: typeof import('vant/es')['Stepper']
  32. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  33. VanTabbar: typeof import('vant/es')['Tabbar']
  34. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  35. VanTag: typeof import('vant/es')['Tag']
  36. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  37. }
  38. }