components.d.ts 2.4 KB

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