2024-05-09 12:34:24 +00:00
|
|
|
/* 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 {
|
2024-07-23 13:27:04 +00:00
|
|
|
ElButton: (typeof import('element-plus/es'))['ElButton']
|
|
|
|
ElCheckbox: (typeof import('element-plus/es'))['ElCheckbox']
|
|
|
|
ElCollapse: (typeof import('element-plus/es'))['ElCollapse']
|
|
|
|
ElCollapseItem: (typeof import('element-plus/es'))['ElCollapseItem']
|
|
|
|
ElColorPicker: (typeof import('element-plus/es'))['ElColorPicker']
|
|
|
|
ElConfigProvider: (typeof import('element-plus/es'))['ElConfigProvider']
|
|
|
|
ElDatePicker: (typeof import('element-plus/es'))['ElDatePicker']
|
|
|
|
ElDialog: (typeof import('element-plus/es'))['ElDialog']
|
|
|
|
ElForm: (typeof import('element-plus/es'))['ElForm']
|
|
|
|
ElFormItem: (typeof import('element-plus/es'))['ElFormItem']
|
|
|
|
ElInput: (typeof import('element-plus/es'))['ElInput']
|
|
|
|
ElInputNumber: (typeof import('element-plus/es'))['ElInputNumber']
|
|
|
|
ElMenu: (typeof import('element-plus/es'))['ElMenu']
|
|
|
|
ElMenuItem: (typeof import('element-plus/es'))['ElMenuItem']
|
|
|
|
ElMenuItemGroup: (typeof import('element-plus/es'))['ElMenuItemGroup']
|
|
|
|
ElOption: (typeof import('element-plus/es'))['ElOption']
|
|
|
|
ElPagination: (typeof import('element-plus/es'))['ElPagination']
|
|
|
|
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']
|
|
|
|
ElSegmented: (typeof import('element-plus/es'))['ElSegmented']
|
|
|
|
ElSelect: (typeof import('element-plus/es'))['ElSelect']
|
|
|
|
ElSelectV2: (typeof import('element-plus/es'))['ElSelectV2']
|
|
|
|
ElSlider: (typeof import('element-plus/es'))['ElSlider']
|
|
|
|
ElSwitch: (typeof import('element-plus/es'))['ElSwitch']
|
|
|
|
ElTable: (typeof import('element-plus/es'))['ElTable']
|
|
|
|
ElTableColumn: (typeof import('element-plus/es'))['ElTableColumn']
|
|
|
|
ElTabPane: (typeof import('element-plus/es'))['ElTabPane']
|
|
|
|
ElTabs: (typeof import('element-plus/es'))['ElTabs']
|
|
|
|
ElTag: (typeof import('element-plus/es'))['ElTag']
|
|
|
|
ElTimePicker: (typeof import('element-plus/es'))['ElTimePicker']
|
|
|
|
ElTooltip: (typeof import('element-plus/es'))['ElTooltip']
|
2024-07-19 14:45:40 +00:00
|
|
|
ElTree: (typeof import('element-plus/es'))['ElTree']
|
2024-07-23 13:27:04 +00:00
|
|
|
IEpBottom: (typeof import('~icons/ep/bottom'))['default']
|
|
|
|
IEpCheck: (typeof import('~icons/ep/check'))['default']
|
|
|
|
IEpCirclePlus: (typeof import('~icons/ep/circle-plus'))['default']
|
|
|
|
IEpClose: (typeof import('~icons/ep/close'))['default']
|
|
|
|
IEpConnection: (typeof import('~icons/ep/connection'))['default']
|
|
|
|
IEpCopyDocument: (typeof import('~icons/ep/copy-document'))['default']
|
|
|
|
IEpDelete: (typeof import('~icons/ep/delete'))['default']
|
|
|
|
IEpIphone: (typeof import('~icons/ep/iphone'))['default']
|
|
|
|
IEpLoading: (typeof import('~icons/ep/loading'))['default']
|
|
|
|
IEpMinus: (typeof import('~icons/ep/minus'))['default']
|
|
|
|
IEpMonitor: (typeof import('~icons/ep/monitor'))['default']
|
|
|
|
IEpMore: (typeof import('~icons/ep/more'))['default']
|
|
|
|
IEpPlus: (typeof import('~icons/ep/plus'))['default']
|
|
|
|
IEpQuestionFilled: (typeof import('~icons/ep/question-filled'))['default']
|
|
|
|
IEpRank: (typeof import('~icons/ep/rank'))['default']
|
|
|
|
IEpRemove: (typeof import('~icons/ep/remove'))['default']
|
|
|
|
IEpSearch: (typeof import('~icons/ep/search'))['default']
|
|
|
|
IEpSort: (typeof import('~icons/ep/sort'))['default']
|
|
|
|
IEpSortDown: (typeof import('~icons/ep/sort-down'))['default']
|
|
|
|
IEpSortUp: (typeof import('~icons/ep/sort-up'))['default']
|
|
|
|
IEpTop: (typeof import('~icons/ep/top'))['default']
|
|
|
|
IEpView: (typeof import('~icons/ep/view'))['default']
|
|
|
|
IEpWarningFilled: (typeof import('~icons/ep/warning-filled'))['default']
|
|
|
|
RouterLink: (typeof import('vue-router'))['RouterLink']
|
|
|
|
RouterView: (typeof import('vue-router'))['RouterView']
|
2024-05-09 12:34:24 +00:00
|
|
|
}
|
|
|
|
export interface ComponentCustomProperties {
|
2024-07-23 13:27:04 +00:00
|
|
|
vLoading: (typeof import('element-plus/es'))['ElLoadingDirective']
|
2024-05-09 12:34:24 +00:00
|
|
|
}
|
|
|
|
}
|