You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
autoflow-web-console/components.d.ts

37 lines
2.4 KiB

/* 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']
11 months ago
CompareComponent: typeof import('./src/components/run/executions/CompareComponent.vue')['default']
DeploymentDialog: typeof import('./src/components/atoms/organisms/DeploymentDialog.vue')['default']
DrawerComponent: typeof import('./src/components/common/DrawerComponent.vue')['default']
11 months ago
ExecutionBaseDialog: typeof import('./src/components/atoms/organisms/ExecutionBaseDialog.vue')['default']
ExperimentCreateDialog: typeof import('./src/components/atoms/organisms/ExperimentCreateDialog.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
11 months ago
IconArrowDown: typeof import('./src/components/button/IconArrowDown.vue')['default']
IconArrowUp: typeof import('./src/components/button/IconArrowUp.vue')['default']
IconDeleteBtn: typeof import('./src/components/button/IconDeleteBtn.vue')['default']
11 months ago
IconDeployment: typeof import('./src/components/button/IconDeployment.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']
IconSettingBtn: typeof import('./src/components/button/IconSettingBtn.vue')['default']
LayoutComponent: typeof import('./src/components/common/LayoutComponent.vue')['default']
11 months ago
ListComponent: typeof import('./src/components/deployment/ListComponent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
11 months ago
StapComfigDialog: typeof import('./src/components/atoms/organisms/StapComfigDialog.vue')['default']
ViewComponent: typeof import('./src/components/deployment/ViewComponent.vue')['default']
WorkflowDialog: typeof import('./src/components/atoms/organisms/WorkflowDialog.vue')['default']
WorkflowsCreateDialog: typeof import('./src/components/atoms/organisms/WorkflowsCreateDialog.vue')['default']
WorkflowsUploadDialog: typeof import('./src/components/atoms/organisms/WorkflowsUploadDialog.vue')['default']
}
}