generated from lanseria/arco-uno-basic-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
50 lines (49 loc) · 3.03 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
/* 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 {
AButton: typeof import('@arco-design/web-vue')['Button']
AColorPicker: typeof import('@arco-design/web-vue')['ColorPicker']
AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider']
ADivider: typeof import('@arco-design/web-vue')['Divider']
AScrollbar: typeof import('@arco-design/web-vue')['Scrollbar']
ASelect: typeof import('@arco-design/web-vue')['Select']
ASpace: typeof import('@arco-design/web-vue')['Space']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
ATypography: typeof import('@arco-design/web-vue')['Typography']
ATypographyTitle: typeof import('@arco-design/web-vue')['TypographyTitle']
Hello: typeof import('./src/components/Hello.vue')['default']
IconAlignCenter: typeof import('@arco-design/web-vue/es/icon')['IconAlignCenter']
IconAlignLeft: typeof import('@arco-design/web-vue/es/icon')['IconAlignLeft']
IconAlignRight: typeof import('@arco-design/web-vue/es/icon')['IconAlignRight']
IconBold: typeof import('@arco-design/web-vue/es/icon')['IconBold']
IconCode: typeof import('@arco-design/web-vue/es/icon')['IconCode']
IconH1: typeof import('@arco-design/web-vue/es/icon')['IconH1']
IconH2: typeof import('@arco-design/web-vue/es/icon')['IconH2']
IconH3: typeof import('@arco-design/web-vue/es/icon')['IconH3']
IconH4: typeof import('@arco-design/web-vue/es/icon')['IconH4']
IconH5: typeof import('@arco-design/web-vue/es/icon')['IconH5']
IconH6: typeof import('@arco-design/web-vue/es/icon')['IconH6']
IconHighlight: typeof import('@arco-design/web-vue/es/icon')['IconHighlight']
IconImage: typeof import('@arco-design/web-vue/es/icon')['IconImage']
IconItalic: typeof import('@arco-design/web-vue/es/icon')['IconItalic']
IconOrderedList: typeof import('@arco-design/web-vue/es/icon')['IconOrderedList']
IconQuote: typeof import('@arco-design/web-vue/es/icon')['IconQuote']
IconRedo: typeof import('@arco-design/web-vue/es/icon')['IconRedo']
IconStrikethrough: typeof import('@arco-design/web-vue/es/icon')['IconStrikethrough']
IconUnderline: typeof import('@arco-design/web-vue/es/icon')['IconUnderline']
IconUndo: typeof import('@arco-design/web-vue/es/icon')['IconUndo']
IconUnorderedList: typeof import('@arco-design/web-vue/es/icon')['IconUnorderedList']
ParentSelect: typeof import('./src/components/ParentSelect.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TiptapColorPicker: typeof import('./src/components/TiptapColorPicker.vue')['default']
TiptapControlGroup: typeof import('./src/components/TiptapControlGroup.vue')['default']
TiptapEditor: typeof import('./src/components/TiptapEditor.vue')['default']
TiptapViewer: typeof import('./src/components/TiptapViewer.vue')['default']
}
}