Files
doze-translation/components.d.ts

16 lines
456 B
TypeScript
Raw Normal View History

2025-08-25 13:32:14 +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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TrafficLight: typeof import('./src/components/TrafficLight.vue')['default']
}
}