Files
kami_frontend/components.d.ts
2025-04-27 16:29:44 +08:00

16 lines
376 B
TypeScript

/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {};
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
}
}