components.d.ts 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. VanIcon: typeof import('vant/es')['Icon']
  24. VanImage: typeof import('vant/es')['Image']
  25. VanLoading: typeof import('vant/es')['Loading']
  26. VanNavBar: typeof import('vant/es')['NavBar']
  27. VanOverlay: typeof import('vant/es')['Overlay']
  28. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  29. VanStepper: typeof import('vant/es')['Stepper']
  30. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  31. VanTabbar: typeof import('vant/es')['Tabbar']
  32. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  33. VanTag: typeof import('vant/es')['Tag']
  34. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  35. }
  36. }