26 lines
954 B
TypeScript
26 lines
954 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 {
|
|
AppIcon: typeof import('./../components/AppIcon.vue')['default']
|
|
FullscreenPlayer: typeof import('./../components/FullscreenPlayer.vue')['default']
|
|
MusicCard: typeof import('./../components/MusicCard.vue')['default']
|
|
NRadioButton: typeof import('naive-ui')['NRadioButton']
|
|
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
|
|
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
PlayerBar: typeof import('./../components/PlayerBar.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SongTable: typeof import('./../components/SongTable.vue')['default']
|
|
}
|
|
}
|