components.d.ts 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * @Author: LiZhiWei
  3. * @Date: 2025-05-22 16:13:51
  4. * @LastEditors: LiZhiWei
  5. * @LastEditTime: 2025-05-22 16:33:27
  6. * @Description:
  7. */
  8. /* eslint-disable */
  9. // @ts-nocheck
  10. // Generated by unplugin-vue-components
  11. // Read more: https://github.com/vuejs/core/pull/3399
  12. // biome-ignore lint: disable
  13. export {}
  14. /* prettier-ignore */
  15. declare module 'vue' {
  16. export interface GlobalComponents {
  17. CodeViewer: typeof import('./src/components/view_file/vendors/text/CodeViewer.vue')['default']
  18. ElButton: typeof import('element-plus/es')['ElButton']
  19. ElIcon: typeof import('element-plus/es')['ElIcon']
  20. ElImage: typeof import('element-plus/es')['ElImage']
  21. ElOption: typeof import('element-plus/es')['ElOption']
  22. ElSelect: typeof import('element-plus/es')['ElSelect']
  23. ElSpinner: typeof import('element-plus/es')['ElSpinner']
  24. ElUpload: typeof import('element-plus/es')['ElUpload']
  25. ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
  26. Other: typeof import('./src/components/view_file/vendors/other/index.vue')['default']
  27. PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
  28. PPT: typeof import('./src/components/view_file/vendors/pptx/PPT.vue')['default']
  29. RouterLink: typeof import('vue-router')['RouterLink']
  30. RouterView: typeof import('vue-router')['RouterView']
  31. Table: typeof import('./src/components/view_file/vendors/xlsx/Table.vue')['default']
  32. View_file: typeof import('./src/components/view_file/index.vue')['default']
  33. }
  34. }