23 lines
943 B
TypeScript
23 lines
943 B
TypeScript
/* 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 {
|
|
BottomLine: typeof import('./src/components/bottomLine.vue')['default']
|
|
ContentTitle: typeof import('./src/components/contentTitle.vue')['default']
|
|
ElImage: typeof import('element-plus/es')['ElImage']
|
|
LineLeft: typeof import('./src/components/lineLeft.vue')['default']
|
|
PageTop: typeof import('./src/components/pageTop.vue')['default']
|
|
Pie3DChart: typeof import('./src/components/Pie3DChart.vue')['default']
|
|
Pop: typeof import('./src/components/pop.vue')['default']
|
|
RightLine: typeof import('./src/components/rightLine.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|