forked from ly-chn/ly-admin-pc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
75 lines (73 loc) · 4.81 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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AreaSearchMain: typeof import('./src/components/area/component/area-search-main.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelectV2: typeof import('element-plus/es')['ElSelectV2']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTree: typeof import('element-plus/es')['ElTree']
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
EmptyWrapper: typeof import('./src/components/table/empty-wrapper.vue')['default']
IconPicker: typeof import('./src/components/special/icon-picker.vue')['default']
LyAreaCrud: typeof import('./src/components/area/ly-area-crud.vue')['default']
LyAreaSearch: typeof import('./src/components/area/ly-area-search.vue')['default']
LyBtn: typeof import('./src/components/button/ly-btn.vue')['default']
LyBtnCreate: typeof import('./src/components/button/ly-btn-create.vue')['default']
LyBtnModify: typeof import('./src/components/button/ly-btn-modify.vue')['default']
LyBtnRemove: typeof import('./src/components/button/ly-btn-remove.vue')['default']
LyBtnReset: typeof import('./src/components/button/ly-btn-reset.vue')['default']
LyBtnSearch: typeof import('./src/components/button/ly-btn-search.vue')['default']
LyColumn: typeof import('./src/components/table/column/ly-column.vue')['default']
LyColumnAction: typeof import('./src/components/table/column/ly-column-action.vue')['default']
LyColumnExpand: typeof import('./src/components/table/column/ly-column-expand.vue')['default']
LyColumnIndex: typeof import('./src/components/table/column/ly-column-index.vue')['default']
LyColumnSelection: typeof import('./src/components/table/column/ly-column-selection.vue')['default']
LyDialog: typeof import('./src/components/dialog/ly-dialog.vue')['default']
LyDictRender: typeof import('./src/components/special/ly-dict-render.vue')['default']
LyForm: typeof import('./src/components/form/form/ly-form.vue')['default']
LyFormItem: typeof import('./src/components/form/form-item/ly-form-item.vue')['default']
LyIcon: typeof import('./src/components/special/ly-icon.vue')['default']
LyIconPicker: typeof import('./src/components/special/ly-icon-picker.vue')['default']
LyInput: typeof import('./src/components/form/form-item/ly-input.vue')['default']
LyPaging: typeof import('./src/components/special/ly-paging.vue')['default']
LyRadio: typeof import('./src/components/form/form-item/ly-radio.vue')['default']
LySelect: typeof import('./src/components/form/form-item/ly-select.vue')['default']
LySwitch: typeof import('./src/components/form/form-item/ly-switch.vue')['default']
LyTable: typeof import('./src/components/table/ly-table.vue')['default']
LyToClipboard: typeof import('./src/components/special/ly-to-clipboard.vue')['default']
LyToggle: typeof import('./src/components/special/ly-toggle.vue')['default']
LyTree: typeof import('./src/components/tree/ly-tree.vue')['default']
LyTreeFilter: typeof import('./src/components/special/ly-tree-filter.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}