-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.d.ts
67 lines (66 loc) · 3.96 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AiMessage: typeof import('./src/components/messages/AiMessage.vue')['default']
ChatInput: typeof import('./src/components/chat/ChatInput.vue')['default']
ChatMessage: typeof import('./src/components/chat/ChatMessage.vue')['default']
ChatMessages: typeof import('./src/components/chat/ChatMessages.vue')['default']
Conversation: typeof import('./src/components/layout/Conversation.vue')['default']
ElAside: typeof import("element-plus/es")["ElAside"]
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCol: typeof import('element-plus/es')['ElCol']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElConfigProvider: typeof import("element-plus/es")["ElConfigProvider"]
ElContainer: typeof import("element-plus/es")["ElContainer"]
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElHeader: typeof import("element-plus/es")["ElHeader"]
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import("element-plus/es")["ElMain"]
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import("element-plus/es")["ElPagination"]
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import("element-plus/es")["ElPopover"]
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElText: typeof import('element-plus/es')['ElText']
ElUpload: typeof import('element-plus/es')['ElUpload']
HelloWorld: typeof import("./src/components/HelloWorld.vue")["default"]
ModelList: typeof import("./src/components/drawer/ModelList.vue")["default"]
ModelListDrawer: typeof import("./src/components/drawer/ModelListDrawer.vue")["default"]
ModelSelector: typeof import('./src/components/form/ModelSelector.vue')['default']
ModelTable: typeof import('./src/components/form/ModelTable.vue')['default']
PromptSelector: typeof import('./src/components/form/PromptSelector.vue')['default']
PromptTable: typeof import('./src/components/form/PromptTable.vue')['default']
Settings: typeof import('./src/components/layout/Settings.vue')['default']
Sidebar: typeof import('./src/components/layout/Sidebar.vue')['default']
SystemMessage: typeof import('./src/components/messages/SystemMessage.vue')['default']
TextArea: typeof import('./src/components/form/TextArea.vue')['default']
TextInput: typeof import('./src/components/form/TextInput.vue')['default']
TextRadio: typeof import('./src/components/form/TextRadio.vue')['default']
TextSlider: typeof import('./src/components/form/TextSlider.vue')['default']
UserMessage: typeof import('./src/components/messages/UserMessage.vue')['default']
}
}