components.d.ts 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. BrowserCodeScanner: typeof import('./src/components/BrowserCodeScanner.vue')['default']
  10. CustomForm: typeof import('./src/components/CustomForm.vue')['default']
  11. FlowTable: typeof import('./src/components/FlowTable.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. SelectInst: typeof import('./src/components/select-inst.vue')['default']
  15. SelectInstAppointRecord: typeof import('./src/components/select-inst-appoint-record.vue')['default']
  16. VanActionBar: typeof import('vant/es')['ActionBar']
  17. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  18. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  19. VanBackTop: typeof import('vant/es')['BackTop']
  20. VanButton: typeof import('vant/es')['Button']
  21. VanCalendar: typeof import('vant/es')['Calendar']
  22. VanCell: typeof import('vant/es')['Cell']
  23. VanCellGroup: typeof import('vant/es')['CellGroup']
  24. VanCheckbox: typeof import('vant/es')['Checkbox']
  25. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  26. VanCol: typeof import('vant/es')['Col']
  27. VanCollapse: typeof import('vant/es')['Collapse']
  28. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  29. VanDatePicker: typeof import('vant/es')['DatePicker']
  30. VanDialog: typeof import('vant/es')['Dialog']
  31. VanEmpty: typeof import('vant/es')['Empty']
  32. VanField: typeof import('vant/es')['Field']
  33. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  34. VanForm: typeof import('vant/es')['Form']
  35. VanIcon: typeof import('vant/es')['Icon']
  36. VanImage: typeof import('vant/es')['Image']
  37. VanList: typeof import('vant/es')['List']
  38. VanNotify: typeof import('vant/es')['Notify']
  39. VanPicker: typeof import('vant/es')['Picker']
  40. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  41. VanPopup: typeof import('vant/es')['Popup']
  42. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  43. VanRadio: typeof import('vant/es')['Radio']
  44. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  45. VanRow: typeof import('vant/es')['Row']
  46. VanSearch: typeof import('vant/es')['Search']
  47. VanStep: typeof import('vant/es')['Step']
  48. VanStepper: typeof import('vant/es')['Stepper']
  49. VanSteps: typeof import('vant/es')['Steps']
  50. VanSwipe: typeof import('vant/es')['Swipe']
  51. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  52. VanTab: typeof import('vant/es')['Tab']
  53. VanTabbar: typeof import('vant/es')['Tabbar']
  54. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  55. VanTabs: typeof import('vant/es')['Tabs']
  56. VanTag: typeof import('vant/es')['Tag']
  57. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  58. VanTimePicker: typeof import('vant/es')['TimePicker']
  59. VanUploader: typeof import('vant/es')['Uploader']
  60. }
  61. }