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.

48 lines
2.6 KiB

8 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. BTSelect: typeof import('./src/components/BTSelect.vue')['default']
  13. CircleGrid: typeof import('./src/components/CircleGrid.vue')['default']
  14. Confirm: typeof import('./src/components/Confirm.vue')['default']
  15. ConfirmModal: typeof import('./src/components/ConfirmModal.vue')['default']
  16. DialogModal: typeof import('./src/components/dialogs/DialogModal.vue')['default']
  17. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  18. ElBadge: typeof import('element-plus/es')['ElBadge']
  19. ElButton: typeof import('element-plus/es')['ElButton']
  20. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  21. ElCol: typeof import('element-plus/es')['ElCol']
  22. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  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. ElOption: typeof import('element-plus/es')['ElOption']
  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. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  43. }
  44. export interface ComponentCustomProperties {
  45. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  46. }
  47. }