forked from gzt/A8000
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
3.0 KiB
53 lines
3.0 KiB
/* 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 {
|
|
AlarmDetailByType: typeof import('./src/components/dialogs/AlarmDetailByType.vue')['default']
|
|
AlarmModal: typeof import('./src/components/dialogs/AlarmModal.vue')['default']
|
|
AlarmModalHistory: typeof import('./src/components/dialogs/AlarmModalHistory.vue')['default']
|
|
AlarmRecordModal: typeof import('./src/components/dialogs/AlarmRecordModal.vue')['default']
|
|
Confirm: typeof import('./src/components/Confirm.vue')['default']
|
|
ConfirmModal: typeof import('./src/components/ConfirmModal.vue')['default']
|
|
DialogModal: typeof import('./src/components/dialogs/DialogModal.vue')['default']
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
ElBadge: typeof import('element-plus/es')['ElBadge']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElCollapse: typeof import('element-plus/es')['ElCollapse']
|
|
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
ElFooter: typeof import('element-plus/es')['ElFooter']
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElLink: typeof import('element-plus/es')['ElLink']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
|
|
Keyboard: typeof import('./src/components/Keyboard.vue')['default']
|
|
PreReactionBall: typeof import('./src/components/dialogs/PreReactionBall.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
|
|
SoftKeyboard: typeof import('./src/components/SoftKeyboard.vue')['default']
|
|
StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
|
|
StatusDetail: typeof import('./src/components/dialogs/StatusDetail.vue')['default']
|
|
}
|
|
export interface ComponentCustomProperties {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|