-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (22 loc) · 1.14 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
EpisodeList: typeof import('./src/components/EpisodeList.vue')['default']
EpisodePlayer: typeof import('./src/components/EpisodePlayer.vue')['default']
Image: typeof import('./src/components/Image.vue')['default']
MediaFileStreamsSelector: typeof import('./src/components/MediaFileStreamsSelector.vue')['default']
MoviePlayer: typeof import('./src/components/MoviePlayer.vue')['default']
Player: typeof import('./src/components/Player.vue')['default']
Recentcarousel: typeof import('./src/components/Recentcarousel.vue')['default']
RecentMovies: typeof import('./src/components/RecentMovies.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TVShowsSeasonExpansion: typeof import('./src/components/TVShowsSeasonExpansion.vue')['default']
TVShowsSlide: typeof import('./src/components/TVShowsSlide.vue')['default']
}
}