components.d.ts 2.2 KB

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