Files
land-vue-frontend/components.d.ts
2026-04-10 00:41:21 +03:00

20 lines
557 B
TypeScript

/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
GeneralXd: typeof import('./src/components/general-xd.vue')['default']
NowPlaying: typeof import('./src/components/now-playing.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}