You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.7 KiB
49 lines
2.7 KiB
/* 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 {
|
|
DataTable: typeof import('./src/components/business/DataTable.vue')['default']
|
|
ElAlert: typeof import('element-plus/es')['ElAlert']
|
|
ElBacktop: typeof import('element-plus/es')['ElBacktop']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
|
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
ElProgress: typeof import('element-plus/es')['ElProgress']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElStep: typeof import('element-plus/es')['ElStep']
|
|
ElSteps: typeof import('element-plus/es')['ElSteps']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
FileUploader: typeof import('./src/components/business/FileUploader.vue')['default']
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
|
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
|
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
|
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
|
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
|
ProcessingPipeline: typeof import('./src/components/business/ProcessingPipeline.vue')['default']
|
|
QuarantineTable: typeof import('./src/components/business/QuarantineTable.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
}
|
|
}
|