components.d.ts 1013 B

123456789101112131415161718192021
  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. ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
  12. Other: typeof import('./src/components/view_file/vendors/other/index.vue')['default']
  13. PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
  14. PPT: typeof import('./src/components/view_file/vendors/pptx/PPT.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. Table: typeof import('./src/components/view_file/vendors/xlsx/Table.vue')['default']
  18. View_file: typeof import('./src/components/view_file/index.vue')['default']
  19. }
  20. }