17 lines
564 B
TypeScript
17 lines
564 B
TypeScript
/* 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']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
}
|
|
}
|