components.d.ts 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. ApplyCard: typeof import('./components/ApplyCard.vue')['default']
  11. CurrencySelect: typeof import('./components/CurrencySelect.vue')['default']
  12. CustomTabbar: typeof import('./components/CustomTabbar.vue')['default']
  13. EmptyComponents: typeof import('./components/empty-components.vue')['default']
  14. ImgList: typeof import('./components/img-list.vue')['default']
  15. JsxComponents: typeof import('./components/jsx-components.tsx')['default']
  16. PageHeader: typeof import('./components/PageHeader.vue')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. SelectCard: typeof import('./views/select-card.vue')['default']
  20. ULoadmore: typeof import('./components/u-loadmore.vue')['default']
  21. VanButton: typeof import('vant/es')['Button']
  22. VanCell: typeof import('vant/es')['Cell']
  23. VanCellGroup: typeof import('vant/es')['CellGroup']
  24. VanCheckbox: typeof import('vant/es')['Checkbox']
  25. VanDatePicker: typeof import('vant/es')['DatePicker']
  26. VanDialog: typeof import('vant/es')['Dialog']
  27. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  28. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  29. VanField: typeof import('vant/es')['Field']
  30. VanGrid: typeof import('vant/es')['Grid']
  31. VanGridItem: typeof import('vant/es')['GridItem']
  32. VanIcon: typeof import('vant/es')['Icon']
  33. VanImage: typeof import('vant/es')['Image']
  34. VanImagePreview: typeof import('vant/es')['ImagePreview']
  35. VanList: typeof import('vant/es')['List']
  36. VanLoading: typeof import('vant/es')['Loading']
  37. VanNavBar: typeof import('vant/es')['NavBar']
  38. VanPicker: typeof import('vant/es')['Picker']
  39. VanPopup: typeof import('vant/es')['Popup']
  40. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  41. VanSkeleton: typeof import('vant/es')['Skeleton']
  42. VanSwipe: typeof import('vant/es')['Swipe']
  43. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  44. VanTab: typeof import('vant/es')['Tab']
  45. VanTabbar: typeof import('vant/es')['Tabbar']
  46. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  47. VanTabs: typeof import('vant/es')['Tabs']
  48. }
  49. }