-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
76 lines (74 loc) · 4.97 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
// 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 {
AppName: typeof import('./src/components/AppName.vue')['default']
Avatar: typeof import('./src/components/Avatar.vue')['default']
CardMini: typeof import('./src/components/CardMini.vue')['default']
CardTab: typeof import('./src/components/CardTab.vue')['default']
CharBlock: typeof import('./src/components/CharBlock.vue')['default']
CheatSheet: typeof import('./src/components/CheatSheet.vue')['default']
ChooseTopic: typeof import('./src/components/ChooseTopic.vue')['default']
Confetti: typeof import('./src/components/Confetti.vue')['default']
copy: typeof import('./src/components/LoadingOne copy.vue')['default']
Countdown: typeof import('./src/components/Countdown.vue')['default']
Dashboard: typeof import('./src/components/Dashboard.vue')['default']
DashboardItem: typeof import('./src/components/DashboardItem.vue')['default']
DoubleCheckChangeMode: typeof import('./src/components/DoubleCheckChangeMode.vue')['default']
FailedPage: typeof import('./src/components/FailedPage.vue')['default']
FeedbackLinks: typeof import('./src/components/FeedbackLinks.vue')['default']
Hint: typeof import('./src/components/Hint.vue')['default']
HintInRoom: typeof import('./src/components/HintInRoom.vue')['default']
HintLevelTip: typeof import('./src/components/HintLevelTip.vue')['default']
InviteDialog: typeof import('./src/components/InviteDialog.vue')['default']
InviteImage: typeof import('./src/components/InviteImage.vue')['default']
InviteText: typeof import('./src/components/InviteText.vue')['default']
LoadingOne: typeof import('./src/components/LoadingOne.vue')['default']
'LoadingOne copy': typeof import('./src/components/LoadingOne copy.vue')['default']
LoadingTwo: typeof import('./src/components/LoadingTwo.vue')['default']
MetaDetailCard: typeof import('./src/components/MetaDetailCard.vue')['default']
Modal: typeof import('./src/components/Modal.vue')['default']
ModalsLayerSolo: typeof import('./src/components/ModalsLayerSolo.vue')['default']
ModalsLayerTogether: typeof import('./src/components/ModalsLayerTogether.vue')['default']
MultiLoading: typeof import('./src/components/MultiLoading.vue')['default']
Multiplayer: typeof import('./src/components/Multiplayer.vue')['default']
NAvatar: typeof import('naive-ui')['NAvatar']
Navbar: typeof import('./src/components/Navbar.vue')['default']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NoFuturePlay: typeof import('./src/components/NoFuturePlay.vue')['default']
NoPastPlay: typeof import('./src/components/NoPastPlay.vue')['default']
NoQuizToday: typeof import('./src/components/NoQuizToday.vue')['default']
NotTodayBanner: typeof import('./src/components/NotTodayBanner.vue')['default']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSwitch: typeof import('naive-ui')['NSwitch']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
Play: typeof import('./src/components/Play.vue')['default']
PlayTogether: typeof import('./src/components/PlayTogether.vue')['default']
PrivacyNotes: typeof import('./src/components/PrivacyNotes.vue')['default']
ResultFooter: typeof import('./src/components/ResultFooter.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SettingMeta: typeof import('./src/components/SettingMeta.vue')['default']
SettingMetaCheck: typeof import('./src/components/SettingMetaCheck.vue')['default']
Settings: typeof import('./src/components/Settings.vue')['default']
SettingsMobile: typeof import('./src/components/SettingsMobile.vue')['default']
ShareBrand: typeof import('./src/components/ShareBrand.vue')['default']
ShareButton: typeof import('./src/components/ShareButton.vue')['default']
ShareDialog: typeof import('./src/components/ShareDialog.vue')['default']
ShareImage: typeof import('./src/components/ShareImage.vue')['default']
ShareText: typeof import('./src/components/ShareText.vue')['default']
SocialLinks: typeof import('./src/components/SocialLinks.vue')['default']
Test: typeof import('./src/components/test.vue')['default']
Toast: typeof import('./src/components/Toast.vue')['default']
ToggleMask: typeof import('./src/components/ToggleMask.vue')['default']
ToneSymbol: typeof import('./src/components/ToneSymbol.vue')['default']
VariantLinks: typeof import('./src/components/VariantLinks.vue')['default']
VDots: typeof import('./src/components/VDots.vue')['default']
WelcomePage: typeof import('./src/components/WelcomePage.vue')['default']
WordBlocks: typeof import('./src/components/WordBlocks.vue')['default']
}
}