@@ -12,6 +12,7 @@ export {}
1212/* prettier-ignore */
1313declare module 'vue' {
1414 export interface GlobalComponents {
15+ AudioView : typeof import ( './src/components/AudioView.vue' ) [ 'default' ]
1516 ClickMove : typeof import ( './src/components/ClickMove.vue' ) [ 'default' ]
1617 Code : typeof import ( './src/components/icons/Code.vue' ) [ 'default' ]
1718 ElButton : typeof import ( 'element-plus/es' ) [ 'ElButton' ]
@@ -42,12 +43,14 @@ declare module 'vue' {
4243 OfficeWord : typeof import ( './src/components/icons/OfficeWord.vue' ) [ 'default' ]
4344 Pdf : typeof import ( './src/components/icons/Pdf.vue' ) [ 'default' ]
4445 PdfView : typeof import ( './src/components/PdfView.vue' ) [ 'default' ]
46+ VideoView : typeof import ( './src/components/VideoView.vue' ) [ 'default' ]
4547 Zip : typeof import ( './src/components/icons/Zip.vue' ) [ 'default' ]
4648 }
4749}
4850
4951// For TSX support
5052declare global {
53+ const AudioView : typeof import ( './src/components/AudioView.vue' ) [ 'default' ]
5154 const ClickMove : typeof import ( './src/components/ClickMove.vue' ) [ 'default' ]
5255 const Code : typeof import ( './src/components/icons/Code.vue' ) [ 'default' ]
5356 const ElButton : typeof import ( 'element-plus/es' ) [ 'ElButton' ]
@@ -78,5 +81,6 @@ declare global {
7881 const OfficeWord : typeof import ( './src/components/icons/OfficeWord.vue' ) [ 'default' ]
7982 const Pdf : typeof import ( './src/components/icons/Pdf.vue' ) [ 'default' ]
8083 const PdfView : typeof import ( './src/components/PdfView.vue' ) [ 'default' ]
84+ const VideoView : typeof import ( './src/components/VideoView.vue' ) [ 'default' ]
8185 const Zip : typeof import ( './src/components/icons/Zip.vue' ) [ 'default' ]
8286}
0 commit comments