-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
29 lines (28 loc) · 1.61 KB
/
components.d.ts
File metadata and controls
29 lines (28 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BannerFooter: typeof import('./src/components/Player/BannerFooter.vue')['default']
BannerHeader: typeof import('./src/components/Player/BannerHeader.vue')['default']
BannerWrapper: typeof import('./src/components/Player/BannerWrapper.vue')['default']
HBackHome: typeof import('./src/components/HBackHome.vue')['default']
HBanner: typeof import('./src/components/HBanner.vue')['default']
HDescription: typeof import('./src/components/HDescription.vue')['default']
HGreet: typeof import('./src/components/HGreet.vue')['default']
HTest: typeof import('./src/components/HTest.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
XmDownloadProgressBall: typeof import('./src/components/XmDownloadProgressBall.vue')['default']
XmFeedback: typeof import('./src/components/XmFeedback.vue')['default']
XmHistoryEditDialog: typeof import('./src/components/Player/XmHistoryEditDialog.vue')['default']
XmListSearch: typeof import('./src/components/Player/XmListSearch.vue')['default']
XmPlayer: typeof import('./src/components/Player/XmPlayer.vue')['default']
XmSearch: typeof import('./src/components/Player/XmSearch.vue')['default']
XmThemePanel: typeof import('./src/components/Theme/XmThemePanel.vue')['default']
XmVideo: typeof import('./src/components/Player/XmVideo.vue')['default']
}
}