ebike-plus-ui/src/components.d.ts

15 lines
432 B
TypeScript
Raw Normal View History

2024-03-26 08:45:37 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
2024-03-28 23:56:57 +08:00
Aaa: typeof import('./components/aaa.vue')['default']
2024-03-26 08:45:37 +08:00
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
SvgIcon: typeof import('./components/SvgIcon/index.vue')['default']
}
}