components.d.ts 1.4 KB

12345678910111213141516171819202122232425262728
  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. ElOption: typeof import('element-plus/es')['ElOption']
  15. ElSelect: typeof import('element-plus/es')['ElSelect']
  16. ElSpinner: typeof import('element-plus/es')['ElSpinner']
  17. ElUpload: typeof import('element-plus/es')['ElUpload']
  18. ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
  19. Other: typeof import('./src/components/view_file/vendors/other/index.vue')['default']
  20. PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
  21. PPT: typeof import('./src/components/view_file/vendors/pptx/PPT.vue')['default']
  22. RouterLink: typeof import('vue-router')['RouterLink']
  23. RouterView: typeof import('vue-router')['RouterView']
  24. Table: typeof import('./src/components/view_file/vendors/xlsx/Table.vue')['default']
  25. View_file: typeof import('./src/components/view_file/index.vue')['default']
  26. }
  27. }