39 lines
1.9 KiB
TypeScript
39 lines
1.9 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 {
|
|
Canvas: typeof import('./src/components/canvas/index.vue')['default']
|
|
DialogBox: typeof import('./src/components/dialogBox/index.vue')['default']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
IEpCalendar: typeof import('~icons/ep/calendar')['default']
|
|
IEpClose: typeof import('~icons/ep/close')['default']
|
|
IEpLoading: typeof import('~icons/ep/loading')['default']
|
|
IEpPlus: typeof import('~icons/ep/plus')['default']
|
|
IEpStar: typeof import('~icons/ep/star')['default']
|
|
ImageUploader: typeof import('./src/components/dialogBox/imageUploader/index.vue')['default']
|
|
Img: typeof import('./src/components/Img/index.vue')['default']
|
|
Model: typeof import('./src/components/dialogBox/model/index.vue')['default']
|
|
Popover: typeof import('./src/components/Popover/index.vue')['default']
|
|
Proportion: typeof import('./src/components/dialogBox/proportion/index.vue')['default']
|
|
Quantity: typeof import('./src/components/dialogBox/quantity/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Select: typeof import('./src/components/Select/index.vue')['default']
|
|
VirtualScroller: typeof import('./src/components/virtual-scroller/VirtualScroller.vue')['default']
|
|
VirtualScrollerItem: typeof import('./src/components/virtual-scroller/VirtualScrollerItem.vue')['default']
|
|
}
|
|
}
|