|
@@ -0,0 +1,28 @@
|
|
|
+/* 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']
|
|
|
+ ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
+ ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
+ ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
+ ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
+ ElSpinner: typeof import('element-plus/es')['ElSpinner']
|
|
|
+ ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
+ 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']
|
|
|
+ }
|
|
|
+}
|