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.

49 lines
2.7 KiB

8 months ago
2 months ago
7 months ago
7 months ago
7 months ago
4 months ago
4 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. AlarmLight: typeof import('./src/components/AlarmLight.vue')['default']
  11. AlarmModal: typeof import('./src/components/dialogs/AlarmModal.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. ElDialog: typeof import('element-plus/es')['ElDialog']
  22. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  23. ElFooter: typeof import('element-plus/es')['ElFooter']
  24. ElHeader: typeof import('element-plus/es')['ElHeader']
  25. ElIcon: typeof import('element-plus/es')['ElIcon']
  26. ElInput: typeof import('element-plus/es')['ElInput']
  27. ElOption: typeof import('element-plus/es')['ElOption']
  28. ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
  29. ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
  30. ElRow: typeof import('element-plus/es')['ElRow']
  31. ElSelect: typeof import('element-plus/es')['ElSelect']
  32. ElTable: typeof import('element-plus/es')['ElTable']
  33. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  34. ElTag: typeof import('element-plus/es')['ElTag']
  35. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  36. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  37. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  38. PreReactionBall: typeof import('./src/components/dialogs/PreReactionBall.vue')['default']
  39. RouterLink: typeof import('vue-router')['RouterLink']
  40. RouterView: typeof import('vue-router')['RouterView']
  41. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  42. SoftKeyboard: typeof import('./src/components/SoftKeyboard.vue')['default']
  43. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  44. }
  45. export interface ComponentCustomProperties {
  46. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  47. }
  48. }