components.d.ts 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Pump: typeof import('./src/components/products/Pump.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. VanActionSheet: typeof import('vant/es')['ActionSheet']
  15. VanBackTop: typeof import('vant/es')['BackTop']
  16. VanButton: typeof import('vant/es')['Button']
  17. VanCell: typeof import('vant/es')['Cell']
  18. VanCellGroup: typeof import('vant/es')['CellGroup']
  19. VanCheckbox: typeof import('vant/es')['Checkbox']
  20. VanDatePicker: typeof import('vant/es')['DatePicker']
  21. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  22. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  23. VanField: typeof import('vant/es')['Field']
  24. VanForm: typeof import('vant/es')['Form']
  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. VanPicker: typeof import('vant/es')['Picker']
  31. VanPopup: typeof import('vant/es')['Popup']
  32. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  33. VanStepper: typeof import('vant/es')['Stepper']
  34. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  35. VanTabbar: typeof import('vant/es')['Tabbar']
  36. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  37. VanTag: typeof import('vant/es')['Tag']
  38. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  39. }
  40. }