components.d.ts 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. VanCol: typeof import('vant/es')['Col']
  26. VanDatePicker: typeof import('vant/es')['DatePicker']
  27. VanEmpty: typeof import('vant/es')['Empty']
  28. VanField: typeof import('vant/es')['Field']
  29. VanForm: typeof import('vant/es')['Form']
  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. VanIndexAnchor: typeof import('vant/es')['IndexAnchor']
  35. VanIndexBar: typeof import('vant/es')['IndexBar']
  36. VanLoading: typeof import('vant/es')['Loading']
  37. VanNavBar: typeof import('vant/es')['NavBar']
  38. VanOverlay: typeof import('vant/es')['Overlay']
  39. VanPicker: typeof import('vant/es')['Picker']
  40. VanPopover: typeof import('vant/es')['Popover']
  41. VanPopup: typeof import('vant/es')['Popup']
  42. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  43. VanRow: typeof import('vant/es')['Row']
  44. VanSearch: typeof import('vant/es')['Search']
  45. VanSwipe: typeof import('vant/es')['Swipe']
  46. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  47. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  48. VanSwitch: typeof import('vant/es')['Switch']
  49. VanTab: typeof import('vant/es')['Tab']
  50. VanTabbar: typeof import('vant/es')['Tabbar']
  51. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  52. VanTabs: typeof import('vant/es')['Tabs']
  53. VanUploader: typeof import('vant/es')['Uploader']
  54. VideoPlayer: typeof import('./src/components/VideoPlayer/index.vue')['default']
  55. }
  56. }