14
0

components.d.ts 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. VanDialog: typeof import('vant/es')['Dialog']
  25. VanEmpty: typeof import('vant/es')['Empty']
  26. VanField: typeof import('vant/es')['Field']
  27. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  28. VanForm: typeof import('vant/es')['Form']
  29. VanIcon: typeof import('vant/es')['Icon']
  30. VanImage: typeof import('vant/es')['Image']
  31. VanList: typeof import('vant/es')['List']
  32. VanNotify: typeof import('vant/es')['Notify']
  33. VanPicker: typeof import('vant/es')['Picker']
  34. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  35. VanPopup: typeof import('vant/es')['Popup']
  36. VanRadio: typeof import('vant/es')['Radio']
  37. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  38. VanRow: typeof import('vant/es')['Row']
  39. VanSearch: typeof import('vant/es')['Search']
  40. VanStep: typeof import('vant/es')['Step']
  41. VanSteps: typeof import('vant/es')['Steps']
  42. VanSwipe: typeof import('vant/es')['Swipe']
  43. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  44. VanTab: typeof import('vant/es')['Tab']
  45. VanTabbar: typeof import('vant/es')['Tabbar']
  46. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  47. VanTabs: typeof import('vant/es')['Tabs']
  48. VanTag: typeof import('vant/es')['Tag']
  49. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  50. VanTimePicker: typeof import('vant/es')['TimePicker']
  51. VanUploader: typeof import('vant/es')['Uploader']
  52. }
  53. }