mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-07 04:52:45 +08:00
24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
/* 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 {
|
|
ConfirmDialog: typeof import('./src/@core/components/ConfirmDialog.vue')['default']
|
|
DialogCloseBtn: typeof import('./src/@core/components/DialogCloseBtn.vue')['default']
|
|
ErrorHeader: typeof import('./src/@core/components/ErrorHeader.vue')['default']
|
|
ExistIcon: typeof import('./src/@core/components/ExistIcon.vue')['default']
|
|
LoadingBanner: typeof import('./src/@core/components/LoadingBanner.vue')['default']
|
|
MoreBtn: typeof import('./src/@core/components/MoreBtn.vue')['default']
|
|
PageContentTitle: typeof import('./src/@core/components/PageContentTitle.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
ScrollToTopBtn: typeof import('./src/@core/components/ScrollToTopBtn.vue')['default']
|
|
StatIcon: typeof import('./src/@core/components/StatIcon.vue')['default']
|
|
}
|
|
}
|