-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
33 lines (31 loc) · 2 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
24
25
26
27
28
29
30
31
32
33
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BgWrap: typeof import('./src/components/index/bgWrap/index.vue')['default']
CardsBox: typeof import('./src/components/cards/cards-box.vue')['default']
Character: typeof import('./src/components/cards/character/index.vue')['default']
DialogEnterRoom: typeof import('./src/components/index/enterRoom/dialog-enter-room.vue')['default']
DialogLogin: typeof import('./src/components/index/header/dialog-login.vue')['default']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
EnterRoom: typeof import('./src/components/index/enterRoom/enter-room.vue')['default']
Footer: typeof import('./src/components/index/footer/index.vue')['default']
Header: typeof import('./src/components/index/header/index.vue')['default']
OpponentPlayer: typeof import('./src/components/room/playerContent/opponent-player.vue')['default']
OwnPlayer: typeof import('./src/components/room/playerContent/own-player.vue')['default']
OwnRoleCard: typeof import('./src/components/room/playerContent/own-role-card.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Starport: typeof import('vue-starport')['Starport']
StarportCarrier: typeof import('vue-starport')['StarportCarrier']
TcgAvatar: typeof import('./src/components/custom/tcg-avatar/index.vue')['default']
TcgDialog: typeof import('./src/components/custom/tcg-dialog/index.vue')['default']
UserHeader: typeof import('./src/components/user/user-header.vue')['default']
UserLogin: typeof import('./src/components/index/header/user-login.vue')['default']
UserMenu: typeof import('./src/components/user/user-menu.vue')['default']
}
}