-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
50 lines (48 loc) · 2.8 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
// 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 {
AccountSetting: typeof import('./src/components/accountSetting.vue')['default']
ArdataChats: typeof import('./src/components/ardataChats.vue')['default']
BasicInfo: typeof import('./src/components/basicInfo.vue')['default']
BasicSetting: typeof import('./src/components/basicSetting.vue')['default']
ChatAi: typeof import('./src/components/chatAi.vue')['default']
ChatSetting: typeof import('./src/components/chatSetting.vue')['default']
EditorTheme: typeof import('./src/components/editorTheme.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElButton: typeof import('element-plus/es')['ElButton']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElLink: typeof import('element-plus/es')['ElLink']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSpace: typeof import('element-plus/es')['ElSpace']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElUpload: typeof import('element-plus/es')['ElUpload']
MainView: typeof import('./src/components/mainView.vue')['default']
NormalTools: typeof import('./src/components/normalTools.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchGithub: typeof import('./src/components/searchGithub.vue')['default']
SearchLocal: typeof import('./src/components/searchLocal.vue')['default']
ShowsearchInput: typeof import('./src/components/showsearchInput.vue')['default']
TimeNow: typeof import('./src/components/timeNow.vue')['default']
UserLikesList: typeof import('./src/components/userLikesList.vue')['default']
WriteArticle: typeof import('./src/components/writeArticle.vue')['default']
}
}