-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
69 lines (68 loc) · 4.67 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
/* 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 {
CharVoiceDisplaySetting: typeof import('./src/components/setting/CharVoiceDisplaySetting.vue')['default']
DialogueDesktopAuto: typeof import('./src/components/scenario/desktop/DialogueDesktopAuto.vue')['default']
DialogueDesktopNormal: typeof import('./src/components/scenario/desktop/DialogueDesktopNormal.vue')['default']
DialogueDesktopOption: typeof import('./src/components/scenario/desktop/DialogueDesktopOption.vue')['default']
DialogueDesktopOther: typeof import('./src/components/scenario/desktop/DialogueDesktopOther.vue')['default']
DialogueIcon: typeof import('./src/components/DialogueIcon.vue')['default']
DialogueInfo: typeof import('./src/components/scenario/DialogueInfo.vue')['default']
DialogueMobileAuto: typeof import('./src/components/scenario/mobile/DialogueMobileAuto.vue')['default']
DialogueMobileNormal: typeof import('./src/components/scenario/mobile/DialogueMobileNormal.vue')['default']
DialogueMobileOption: typeof import('./src/components/scenario/mobile/DialogueMobileOption.vue')['default']
DialogueMobileOther: typeof import('./src/components/scenario/mobile/DialogueMobileOther.vue')['default']
DialogueTranslated: typeof import('./src/components/DialogueTranslated.vue')['default']
ElAffix: typeof import('element-plus/es')['ElAffix']
ElBacktop: typeof import('element-plus/es')['ElBacktop']
ElButton: typeof import('element-plus/es')['ElButton']
ElCascader: typeof import('element-plus/es')['ElCascader']
ElCol: typeof import('element-plus/es')['ElCol']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTag: typeof import('element-plus/es')['ElTag']
MessageStudent: typeof import('./src/components/momotalk/MessageStudent.vue')['default']
MessageStudentMobile: typeof import('./src/components/momotalk/MessageStudentMobile.vue')['default']
MomotalkHeader: typeof import('./src/components/momotalk/MomotalkHeader.vue')['default']
MomotalkMessageAuto: typeof import('./src/components/momotalk/MomotalkMessageAuto.vue')['default']
MomotalkSearch: typeof import('./src/components/search/MomotalkSearch.vue')['default']
MomotalkSearchEntry: typeof import('./src/components/search/MomotalkSearchEntry.vue')['default']
MomotalkUi: typeof import('./src/components/MomotalkUi.vue')['default']
NexonI18nDataOutput: typeof import('./src/components/genetic/NexonI18nDataOutput.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ScenarioDatasheet: typeof import('./src/components/ScenarioDatasheet.vue')['default']
ScenarioDialogue: typeof import('./src/components/scenario/ScenarioDialogue.vue')['default']
ScenarioIsAfterBattleBadge: typeof import('./src/components/genetic/ScenarioIsAfterBattleBadge.vue')['default']
ScenarioSearch: typeof import('./src/components/search/ScenarioSearch.vue')['default']
ScenarioSearchEntryBond: typeof import('./src/components/search/ScenarioSearchEntryBond.vue')['default']
ScenarioSearchEntryEvent: typeof import('./src/components/search/ScenarioSearchEntryEvent.vue')['default']
ScenarioUi: typeof import('./src/components/ScenarioUi.vue')['default']
StoryI18nSetting: typeof import('./src/components/setting/StoryI18nSetting.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}