-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomponents.d.ts
66 lines (64 loc) · 4.36 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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
AlikeLocker: typeof import('./src/components/dialogs/AlikeLocker.vue')['default']
ArtifactCard: typeof import('./src/components/widgets/ArtifactCard.vue')['default']
ArtifactCreator: typeof import('./src/components/dialogs/ArtifactCreator.vue')['default']
ArtifactEditor: typeof import('./src/components/dialogs/ArtifactEditor.vue')['default']
ArtifactFilterBatchPanel: typeof import('./src/components/dialogs/ArtifactFilterBatchPanel.vue')['default']
ArtifactFilterPanel: typeof import('./src/components/dialogs/ArtifactFilterPanel.vue')['default']
ArtifactStats: typeof import('./src/components/dialogs/ArtifactStats.vue')['default']
BuildEditor: typeof import('./src/components/dialogs/BuildEditor.vue')['default']
CharSelect: typeof import('./src/components/widgets/CharSelect.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElCol: typeof import('element-plus/es')['ElCol']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
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']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElOption: typeof import('element-plus/es')['ElOption']
ElOptionGroup: typeof import('element-plus/es')['ElOptionGroup']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTag: typeof import('element-plus/es')['ElTag']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ExportPreview: typeof import('./src/components/dialogs/ExportPreview.vue')['default']
FilterSection: typeof import('./src/components/sections/FilterSection.vue')['default']
ImportSection: typeof import('./src/components/sections/ImportSection.vue')['default']
InfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
LayoutLeft: typeof import('./src/components/layouts/LayoutLeft.vue')['default']
LayoutRight: typeof import('./src/components/layouts/LayoutRight.vue')['default']
LayoutTop: typeof import('./src/components/layouts/LayoutTop.vue')['default']
MultiSelect: typeof import('./src/components/widgets/MultiSelect.vue')['default']
MultiSelectBase: typeof import('./src/components/widgets/MultiSelectBase.vue')['default']
PartialExport: typeof import('./src/components/dialogs/PartialExport.vue')['default']
PresetLoader: typeof import('./src/components/dialogs/PresetLoader.vue')['default']
RangeSlider: typeof import('./src/components/widgets/RangeSlider.vue')['default']
SectionTitle: typeof import('./src/components/sections/SectionTitle.vue')['default']
SingleSelect: typeof import('./src/components/widgets/SingleSelect.vue')['default']
SingleSelectBase: typeof import('./src/components/widgets/SingleSelectBase.vue')['default']
SortSection: typeof import('./src/components/sections/SortSection.vue')['default']
TextButton: typeof import('./src/components/widgets/TextButton.vue')['default']
ValueButton: typeof import('./src/components/widgets/ValueButton.vue')['default']
WeightSection: typeof import('./src/components/sections/WeightSection.vue')['default']
YasConfigurator: typeof import('./src/components/dialogs/YasConfigurator.vue')['default']
}
}
export { }