-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomponents.d.ts
34 lines (32 loc) · 1.5 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Chat: typeof import('./src/components/Chat.vue')['default']
LeftArrow: typeof import('./src/components/icons/left-arrow.vue')['default']
Logo: typeof import('./src/components/icons/logo.vue')['default']
Selection: typeof import('./src/components/Selection.vue')['default']
TAvatar: typeof import('tdesign-vue-next')['Avatar']
TButton: typeof import('tdesign-vue-next')['Button']
TCard: typeof import('tdesign-vue-next')['Card']
TDialog: typeof import('tdesign-vue-next')['Dialog']
TDivider: typeof import('tdesign-vue-next')['Divider']
TForm: typeof import('tdesign-vue-next')['Form']
TFormItem: typeof import('tdesign-vue-next')['FormItem']
TInput: typeof import('tdesign-vue-next')['Input']
TInputAdornment: typeof import('tdesign-vue-next')['InputAdornment']
TLink: typeof import('tdesign-vue-next')['Link']
TOption: typeof import('tdesign-vue-next')['Option']
TSelect: typeof import('tdesign-vue-next')['Select']
TSpace: typeof import('tdesign-vue-next')['Space']
TTag: typeof import('tdesign-vue-next')['Tag']
TTextarea: typeof import('tdesign-vue-next')['Textarea']
TTooltip: typeof import('tdesign-vue-next')['Tooltip']
TUpload: typeof import('tdesign-vue-next')['Upload']
}
}