smartHouseConstruction/components.d.ts

23 lines
943 B
TypeScript
Raw Permalink Normal View History

2025-05-07 09:19:32 +08:00
/* 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']
2025-05-09 17:26:58 +08:00
Pie3DChart: typeof import('./src/components/Pie3DChart.vue')['default']
2025-05-07 09:19:32 +08:00
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']
}
}