components.d.ts 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. VanDatePicker: typeof import('vant/es')['DatePicker']
  26. VanEmpty: typeof import('vant/es')['Empty']
  27. VanField: typeof import('vant/es')['Field']
  28. VanForm: typeof import('vant/es')['Form']
  29. VanGrid: typeof import('vant/es')['Grid']
  30. VanGridItem: typeof import('vant/es')['GridItem']
  31. VanIcon: typeof import('vant/es')['Icon']
  32. VanImage: typeof import('vant/es')['Image']
  33. VanIndexAnchor: typeof import('vant/es')['IndexAnchor']
  34. VanIndexBar: typeof import('vant/es')['IndexBar']
  35. VanLoading: typeof import('vant/es')['Loading']
  36. VanNavBar: typeof import('vant/es')['NavBar']
  37. VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
  38. VanOverlay: typeof import('vant/es')['Overlay']
  39. VanPasswordInput: typeof import('vant/es')['PasswordInput']
  40. VanPicker: typeof import('vant/es')['Picker']
  41. VanPopover: typeof import('vant/es')['Popover']
  42. VanPopup: typeof import('vant/es')['Popup']
  43. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  44. VanSearch: typeof import('vant/es')['Search']
  45. VanSwipeCell: typeof import('vant/es')['SwipeCell']
  46. VanSwitch: typeof import('vant/es')['Switch']
  47. VanTab: typeof import('vant/es')['Tab']
  48. VanTabbar: typeof import('vant/es')['Tabbar']
  49. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  50. VanTabs: typeof import('vant/es')['Tabs']
  51. VanUploader: typeof import('vant/es')['Uploader']
  52. VideoPlayer: typeof import('./src/components/VideoPlayer/index.vue')['default']
  53. }
  54. }