components.d.ts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. ApplicationItem: typeof import('./src/components/ApplicationItem/index.vue')['default']
  9. Avatar: typeof import('./src/components/Avatar/index.vue')['default']
  10. CardDescItem: typeof import('./src/components/CardDescItem/index.vue')['default']
  11. CheckedFooter: typeof import('./src/components/CheckedFooter/index.vue')['default']
  12. CommonEmpty: typeof import('./src/components/CommonEmpty/index.vue')['default']
  13. CustomEdit: typeof import('./src/components/CustomEdit/index.vue')['default']
  14. DetailInfoItem: typeof import('./src/components/DetailInfoItem/index.vue')['default']
  15. GenericListItem: typeof import('./src/components/GenericListItem/index.vue')['default']
  16. NavBar: typeof import('./src/components/NavBar/index.vue')['default']
  17. QrScaner: typeof import('./src/components/QrScaner/index.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. SettingRowItem: typeof import('./src/components/SettingRowItem/index.vue')['default']
  21. VanActionSheet: typeof import('vant/es')['ActionSheet']
  22. VanBadge: typeof import('vant/es')['Badge']
  23. VanButton: typeof import('vant/es')['Button']
  24. VanCheckbox: typeof import('vant/es')['Checkbox']
  25. VanEmpty: typeof import('vant/es')['Empty']
  26. VanField: typeof import('vant/es')['Field']
  27. VanForm: typeof import('vant/es')['Form']
  28. VanGrid: typeof import('vant/es')['Grid']
  29. VanGridItem: typeof import('vant/es')['GridItem']
  30. VanIcon: typeof import('vant/es')['Icon']
  31. VanImage: typeof import('vant/es')['Image']
  32. VanLoading: typeof import('vant/es')['Loading']
  33. VanNavBar: typeof import('vant/es')['NavBar']
  34. VanOverlay: typeof import('vant/es')['Overlay']
  35. VanPicker: typeof import('vant/es')['Picker']
  36. VanPopover: typeof import('vant/es')['Popover']
  37. VanPopup: typeof import('vant/es')['Popup']
  38. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  39. VanSearch: typeof import('vant/es')['Search']
  40. VanSwipe: typeof import('vant/es')['Swipe']
  41. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  42. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  43. VanSwitch: typeof import('vant/es')['Switch']
  44. VanTabbar: typeof import('vant/es')['Tabbar']
  45. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  46. VanUploader: typeof import('vant/es')['Uploader']
  47. VideoPlayer: typeof import('./src/components/VideoPlayer/index.vue')['default']
  48. }
  49. }