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

20 lines
830 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 {}
2024-04-11 13:07:43 +08:00
declare module 'vue' {
2024-03-26 08:45:37 +08:00
export interface GlobalComponents {
2024-06-04 13:03:46 +08:00
CodemirrorCode: typeof import('./components/codemirror-code/index.vue')['default']
2024-06-05 13:06:48 +08:00
CodeView: typeof import('./components/code-view/index.vue')['default']
2024-04-26 12:59:43 +08:00
LangProvider: typeof import('./components/lang-provider/index.vue')['default']
2024-04-25 23:25:28 +08:00
MainTransition: typeof import('./components/main-transition/index.vue')['default']
2024-04-11 13:07:43 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
2024-04-25 23:25:28 +08:00
SvgIcon: typeof import('./components/svg-icon/index.vue')['default']
VerifyCode: typeof import('./components/verify-code/index.vue')['default']
2024-03-26 08:45:37 +08:00
}
}