git-subtree-dir: frontend-vue git-subtree-mainline: 4fa5504697d28b537980ae9cbc3597e415cb94cb git-subtree-split: 041986f5cd6e67f5367fd047c71b8107865fa5af
30 lines
1.1 KiB
TypeScript
30 lines
1.1 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 {
|
|
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
ElCollapse: typeof import('element-plus/es')['ElCollapse']
|
|
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
|
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
MultiLineTooltip: typeof import('./src/components/MultiLineTooltip/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
|
}
|
|
export interface GlobalDirectives {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|