| 123456789101112131415161718192021 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- // biome-ignore lint: disable
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- CodeViewer: typeof import('./src/components/view_file/vendors/text/CodeViewer.vue')['default']
- ImageViewer: typeof import('./src/components/view_file/vendors/image/ImageViewer.vue')['default']
- Other: typeof import('./src/components/view_file/vendors/other/index.vue')['default']
- PdfView: typeof import('./src/components/view_file/vendors/pdf/PdfView.vue')['default']
- PPT: typeof import('./src/components/view_file/vendors/pptx/PPT.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Table: typeof import('./src/components/view_file/vendors/xlsx/Table.vue')['default']
- View_file: typeof import('./src/components/view_file/index.vue')['default']
- }
- }
|