components.d.ts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. SelectInst: typeof import('./src/components/select-inst.vue')['default']
  14. SelectInstAppointRecord: typeof import('./src/components/select-inst-appoint-record.vue')['default']
  15. VanActionBar: typeof import('vant/es')['ActionBar']
  16. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  17. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  18. VanButton: typeof import('vant/es')['Button']
  19. VanCell: typeof import('vant/es')['Cell']
  20. VanCellGroup: typeof import('vant/es')['CellGroup']
  21. VanCheckbox: typeof import('vant/es')['Checkbox']
  22. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  23. VanCol: typeof import('vant/es')['Col']
  24. VanDialog: typeof import('vant/es')['Dialog']
  25. VanField: typeof import('vant/es')['Field']
  26. VanIcon: typeof import('vant/es')['Icon']
  27. VanList: typeof import('vant/es')['List']
  28. VanNotify: typeof import('vant/es')['Notify']
  29. VanRadio: typeof import('vant/es')['Radio']
  30. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  31. VanRow: typeof import('vant/es')['Row']
  32. VanSwipe: typeof import('vant/es')['Swipe']
  33. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  34. VanTabbar: typeof import('vant/es')['Tabbar']
  35. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  36. VanTag: typeof import('vant/es')['Tag']
  37. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  38. }
  39. }