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

8 months ago
2 months ago
6 months ago
7 months ago
7 months ago
1 month ago
4 months ago
3 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
4 months ago
8 months ago
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AlarmDetailByType: typeof import('./src/components/dialogs/AlarmDetailByType.vue')['default']
  10. AlarmModal: typeof import('./src/components/dialogs/AlarmModal.vue')['default']
  11. AlarmModalHistory: typeof import('./src/components/dialogs/AlarmModalHistory.vue')['default']
  12. AlarmRecordModal: typeof import('./src/components/dialogs/AlarmRecordModal.vue')['default']
  13. Confirm: typeof import('./src/components/Confirm.vue')['default']
  14. ConfirmModal: typeof import('./src/components/ConfirmModal.vue')['default']
  15. DialogModal: typeof import('./src/components/dialogs/DialogModal.vue')['default']
  16. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  17. ElBadge: typeof import('element-plus/es')['ElBadge']
  18. ElButton: typeof import('element-plus/es')['ElButton']
  19. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  20. ElCol: typeof import('element-plus/es')['ElCol']
  21. ElCollapse: typeof import('element-plus/es')['ElCollapse']
  22. ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
  23. ElDialog: typeof import('element-plus/es')['ElDialog']
  24. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  25. ElFooter: typeof import('element-plus/es')['ElFooter']
  26. ElHeader: typeof import('element-plus/es')['ElHeader']
  27. ElIcon: typeof import('element-plus/es')['ElIcon']
  28. ElInput: typeof import('element-plus/es')['ElInput']
  29. ElLink: typeof import('element-plus/es')['ElLink']
  30. ElOption: typeof import('element-plus/es')['ElOption']
  31. ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
  32. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  33. ElRow: typeof import('element-plus/es')['ElRow']
  34. ElSelect: typeof import('element-plus/es')['ElSelect']
  35. ElTable: typeof import('element-plus/es')['ElTable']
  36. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  37. ElTag: typeof import('element-plus/es')['ElTag']
  38. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  39. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  40. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  41. PreReactionBall: typeof import('./src/components/dialogs/PreReactionBall.vue')['default']
  42. RouterLink: typeof import('vue-router')['RouterLink']
  43. RouterView: typeof import('vue-router')['RouterView']
  44. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  45. SoftKeyboard: typeof import('./src/components/SoftKeyboard.vue')['default']
  46. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  47. StatusDetail: typeof import('./src/components/dialogs/StatusDetail.vue')['default']
  48. }
  49. export interface ComponentCustomProperties {
  50. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  51. }
  52. }