36 lines
1.8 KiB
TypeScript
36 lines
1.8 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
DownloadLink: typeof import('./../packages/download-link/index.vue')['default']
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElLink: typeof import('element-plus/es')['ElLink']
|
|
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
Header: typeof import('./../packages/header/index.vue')['default']
|
|
PreviewOffice: typeof import('./../packages/preview-office/index.vue')['default']
|
|
PreviewOfficeView: typeof import('./../packages/preview-office-view/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SelectTableModal: typeof import('./../packages/select-table-modal/index.vue')['default']
|
|
UploadAvatar: typeof import('./../packages/upload-avatar/index.vue')['default']
|
|
UploadSingleFile: typeof import('./../packages/upload-single-file/index.vue')['default']
|
|
UploadTable: typeof import('./../packages/upload-table/index.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|