2024-05-01 17:26:06 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
AtlasRenderCanvasRegion: typeof import('./src/components/AtlasRenderCanvasRegion.vue')['default']
|
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
2024-05-18 23:23:07 +08:00
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
2024-05-01 17:26:06 +08:00
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
2024-05-18 23:23:07 +08:00
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
2024-05-01 17:26:06 +08:00
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
2024-05-18 23:23:07 +08:00
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
|
|
ImportResource: typeof import('./src/components/resources/ImportResource.vue')['default']
|
|
|
|
ResourceManager: typeof import('./src/components/resources/ResourceManager.vue')['default']
|
|
|
|
ResourceManagerAlert: typeof import('./src/components/ResourceManagerAlert.vue')['default']
|
2024-05-25 13:45:32 +08:00
|
|
|
SkeletonManager: typeof import('./src/components/skeleton/SkeletonManager.vue')['default']
|
2024-05-01 17:26:06 +08:00
|
|
|
}
|
|
|
|
}
|