-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
93 lines (92 loc) · 5.83 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* 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 {
AAvatar: typeof import('ant-design-vue/es')['Avatar']
ABadge: typeof import('ant-design-vue/es')['Badge']
AButton: typeof import('ant-design-vue/es')['Button']
ACard: typeof import('ant-design-vue/es')['Card']
ACardMeta: typeof import('ant-design-vue/es')['CardMeta']
ACheckboxGroup: typeof import('ant-design-vue/es')['CheckboxGroup']
ACol: typeof import('ant-design-vue/es')['Col']
ACollapse: typeof import('ant-design-vue/es')['Collapse']
ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
ADatePicker: typeof import('ant-design-vue/es')['DatePicker']
ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
ADivider: typeof import('ant-design-vue/es')['Divider']
ADrawer: typeof import('ant-design-vue/es')['Drawer']
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
AEmpty: typeof import('ant-design-vue/es')['Empty']
AForm: typeof import('ant-design-vue/es')['Form']
AFormItem: typeof import('ant-design-vue/es')['FormItem']
AImage: typeof import('ant-design-vue/es')['Image']
AInput: typeof import('ant-design-vue/es')['Input']
AInputGroup: typeof import('ant-design-vue/es')['InputGroup']
AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
ALayout: typeof import('ant-design-vue/es')['Layout']
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader']
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
AMenu: typeof import('ant-design-vue/es')['Menu']
AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
AModal: typeof import('ant-design-vue/es')['Modal']
APageHeader: typeof import('ant-design-vue/es')['PageHeader']
APagination: typeof import('ant-design-vue/es')['Pagination']
APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
APopover: typeof import('ant-design-vue/es')['Popover']
AProgress: typeof import('ant-design-vue/es')['Progress']
ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
ARangePicker: typeof import('ant-design-vue/es')['RangePicker']
AResult: typeof import('ant-design-vue/es')['Result']
ARow: typeof import('ant-design-vue/es')['Row']
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASkeleton: typeof import('ant-design-vue/es')['Skeleton']
ASpace: typeof import('ant-design-vue/es')['Space']
ASpin: typeof import('ant-design-vue/es')['Spin']
ASwitch: typeof import('ant-design-vue/es')['Switch']
ATable: typeof import('ant-design-vue/es')['Table']
ATabPane: typeof import('ant-design-vue/es')['TabPane']
ATabs: typeof import('ant-design-vue/es')['Tabs']
ATag: typeof import('ant-design-vue/es')['Tag']
ATextarea: typeof import('ant-design-vue/es')['Textarea']
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
ATour: typeof import('ant-design-vue/es')['Tour']
ATree: typeof import('ant-design-vue/es')['Tree']
ATreeSelect: typeof import('ant-design-vue/es')['TreeSelect']
AUpload: typeof import('ant-design-vue/es')['Upload']
AWatermark: typeof import('ant-design-vue/es')['Watermark']
CodeEditor: typeof import('./src/components/CodeEditor.vue')['default']
ColorPicker: typeof import('./src/components/ColorPicker.vue')['default']
ConfigArray: typeof import('./src/components/LowCodeConfig/ConfigArray/ConfigArray.vue')['default']
ConfigForm: typeof import('./src/components/LowCodeConfig/ConfigForm/ConfigForm.vue')['default']
ConfigInput: typeof import('./src/components/LowCodeConfig/ConfigInput/ConfigInput.vue')['default']
ConfigObject: typeof import('./src/components/LowCodeConfig/ConfigObject/ConfigObject.vue')['default']
ConfigRadio: typeof import('./src/components/LowCodeConfig/ConfigRadio/ConfigRadio.vue')['default']
ConfigSelect: typeof import('./src/components/LowCodeConfig/ConfigSelect/ConfigSelect.vue')['default']
ConfigSwitch: typeof import('./src/components/LowCodeConfig/ConfigSwitch/ConfigSwitch.vue')['default']
EditTable: typeof import('./src/components/EditTable.vue')['default']
EventFlow: typeof import('./src/components/EventFlow/EventFlow.vue')['default']
IconSelect: typeof import('./src/components/IconSelect/IconSelect.vue')['default']
IframeView: typeof import('./src/components/IframeView.vue')['default']
ImagePicker: typeof import('./src/components/ImagePicker.vue')['default']
LowCodeCard: typeof import('./src/components/LowCodeForm/components/LowCodeCard.vue')['default']
LowCodeCollapse: typeof import('./src/components/LowCodeForm/components/LowCodeCollapse.vue')['default']
LowCodeForm: typeof import('./src/components/LowCodeForm/LowCodeForm.vue')['default']
LowCodeFormId: typeof import('./src/components/LowCodeForm/LowCodeFormId.vue')['default']
LowCodeFormItem: typeof import('./src/components/LowCodeForm/components/LowCodeFormItem.vue')['default']
LowCodeGrid: typeof import('./src/components/LowCodeForm/components/LowCodeGrid.vue')['default']
LowCodeTable: typeof import('./src/components/LowCodeTable/LowCodeTable.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}