components.d.ts 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. DataButton: typeof import('./src/components/data-button/data-button.vue')['default']
  10. ElForm: typeof import('element-plus/es')['ElForm']
  11. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  12. ElInput: typeof import('element-plus/es')['ElInput']
  13. ImagePreview: typeof import('./src/components/image-preview/image-preview.vue')['default']
  14. PdfPreview: typeof import('./src/components/pdf-preview/pdf-preview.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  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. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  23. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  24. VanField: typeof import('vant/es')['Field']
  25. VanForm: typeof import('vant/es')['Form']
  26. VanHighlight: typeof import('vant/es')['Highlight']
  27. VanIcon: typeof import('vant/es')['Icon']
  28. VanImage: typeof import('vant/es')['Image']
  29. VanRadio: typeof import('vant/es')['Radio']
  30. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  31. VanSearch: typeof import('vant/es')['Search']
  32. VanSwipe: typeof import('vant/es')['Swipe']
  33. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  34. VanTab: typeof import('vant/es')['Tab']
  35. VanTabs: typeof import('vant/es')['Tabs']
  36. VideoPreview: typeof import('./src/components/video-preview/video-preview.vue')['default']
  37. }
  38. }