components.d.ts 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. DocxPreview: typeof import('./src/components/docx-preview/docx-preview.vue')['default']
  11. ElForm: typeof import('element-plus/es')['ElForm']
  12. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  13. ElInput: typeof import('element-plus/es')['ElInput']
  14. ImagePreview: typeof import('./src/components/image-preview/image-preview.vue')['default']
  15. PdfPreview: typeof import('./src/components/pdf-preview/pdf-preview.vue')['default']
  16. PptPreview: typeof import('./src/components/ppt-preview/ppt-preview.vue')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. TextPreview: typeof import('./src/components/text-preview/text-preview.vue')['default']
  20. VanButton: typeof import('vant/es')['Button']
  21. VanCell: typeof import('vant/es')['Cell']
  22. VanCellGroup: typeof import('vant/es')['CellGroup']
  23. VanCheckbox: typeof import('vant/es')['Checkbox']
  24. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  25. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  26. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  27. VanField: typeof import('vant/es')['Field']
  28. VanForm: typeof import('vant/es')['Form']
  29. VanHighlight: typeof import('vant/es')['Highlight']
  30. VanIcon: typeof import('vant/es')['Icon']
  31. VanImage: typeof import('vant/es')['Image']
  32. VanRadio: typeof import('vant/es')['Radio']
  33. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  34. VanSearch: typeof import('vant/es')['Search']
  35. VanSwipe: typeof import('vant/es')['Swipe']
  36. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  37. VanTab: typeof import('vant/es')['Tab']
  38. VanTabs: typeof import('vant/es')['Tabs']
  39. VanWatermark: typeof import('vant/es')['Watermark']
  40. VideoPreview: typeof import('./src/components/video-preview/video-preview.vue')['default']
  41. }
  42. }