components.d.ts 1.6 KB

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