|
|
|
/* 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 {
|
|
|
|
AppFooter: typeof import('./src/components/AppFooter.vue')['default']
|
|
|
|
copy: typeof import('./src/components/button/IconModifyBtn copy.vue')['default']
|
|
|
|
DrawerComponent: typeof import('./src/components/common/DrawerComponent.vue')['default']
|
|
|
|
FormComponent: typeof import('./src/components/run/experiment/FormComponent.vue')['default']
|
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
|
IconDeleteBtn: typeof import('./src/components/button/IconDeleteBtn.vue')['default']
|
|
|
|
IconDownloadBtn: typeof import('./src/components/button/IconDownloadBtn.vue')['default']
|
|
|
|
IconInfoBtn: typeof import('./src/components/button/IconInfoBtn.vue')['default']
|
|
|
|
IconModifyBtn: typeof import('./src/components/button/IconModifyBtn.vue')['default']
|
|
|
|
LayoutComponent: typeof import('./src/components/common/LayoutComponent.vue')['default']
|
|
|
|
ListComponent: typeof import('./src/components/home/ListComponent.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
ViewComponent: typeof import('./src/components/run/experiment/ViewComponent.vue')['default']
|
|
|
|
}
|
|
|
|
}
|