AI_Painting_V2.0/components.d.ts

82 lines
4.7 KiB
TypeScript

/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AIgenerate: typeof import('./src/components/AIgenerate/AIgenerate.vue')['default']
Canvas: typeof import('./src/components/canvas/index.vue')['default']
Collection: typeof import('./src/components/collection/index.vue')['default']
copy: typeof import('./src/components/ModelDescription copy.vue')['default']
DeepseekPopover: typeof import('./src/components/AIgenerate/DeepseekPopover.vue')['default']
DialogBox: typeof import('./src/components/dialogBox/index.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElAside: typeof import('element-plus/es')['ElAside']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
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']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElUpload: typeof import('element-plus/es')['ElUpload']
IEpArrow: typeof import('~icons/ep/arrow')['default']
IEpArrowDown: typeof import('~icons/ep/arrow-down')['default']
IEpBack: typeof import('~icons/ep/back')['default']
IEpCalendar: typeof import('~icons/ep/calendar')['default']
IEpCirclePlusFilled: typeof import('~icons/ep/circle-plus-filled')['default']
IEpClose: typeof import('~icons/ep/close')['default']
IEpDelete: typeof import('~icons/ep/delete')['default']
IEpDownload: typeof import('~icons/ep/download')['default']
IEpEdit: typeof import('~icons/ep/edit')['default']
IEpHouse: typeof import('~icons/ep/house')['default']
IEpLoading: typeof import('~icons/ep/loading')['default']
IEpPlus: typeof import('~icons/ep/plus')['default']
IEpRefresh: typeof import('~icons/ep/refresh')['default']
IEpRefreshRight: typeof import('~icons/ep/refresh-right')['default']
IEpRight: typeof import('~icons/ep/right')['default']
IEpStar: typeof import('~icons/ep/star')['default']
IEpStarFilled: typeof import('~icons/ep/star-filled')['default']
IEpTop: typeof import('~icons/ep/top')['default']
IEpUploadFilled: typeof import('~icons/ep/upload-filled')['default']
ImageUploader: typeof import('./src/components/dialogBox/imageUploader/index.vue')['default']
Img: typeof import('./src/components/Img/index.vue')['default']
'Index(1)': typeof import('./src/components/canvas/index(1).vue')['default']
Library: typeof import('./src/components/Library/index.vue')['default']
Model: typeof import('./src/components/dialogBox/model/index.vue')['default']
ModelParam: typeof import('./src/components/AIgenerate/components/modelParam.vue')['default']
Official: typeof import('./src/components/Library/official.vue')['default']
Private: typeof import('./src/components/Library/private.vue')['default']
Proportion: typeof import('./src/components/dialogBox/proportion/index.vue')['default']
Quantity: typeof import('./src/components/dialogBox/quantity/index.vue')['default']
Recommend: typeof import('./src/components/AIgenerate/components/recommend.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Select: typeof import('./src/components/Select/index.vue')['default']
Subpage: typeof import('./src/components/subpage.vue')['default']
UploadPicture: typeof import('./src/components/UploadPicture.vue')['default']
}
}