Files
xl-root/components.d.ts

17 lines
546 B
TypeScript
Raw Permalink Normal View History

2025-02-27 14:38:47 +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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
2025-02-28 09:56:01 +08:00
VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
2025-02-27 14:38:47 +08:00
}
}