-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
29 lines (27 loc) · 1.42 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
// 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 {
AiPlatformRadioGroup: typeof import('./src/components/AiPlatformRadioGroup.vue')['default']
AiSelect: typeof import('./src/components/AiSelect.vue')['default']
BaseWebview: typeof import('./src/components/BaseWebview.vue')['default']
DuelWebview: typeof import('./src/components/DuelWebview.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElOptionGroup: typeof import('element-plus/es')['ElOptionGroup']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
PromptInput: typeof import('./src/components/PromptInput.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Tip: typeof import('./src/components/Tip.vue')['default']
}
}