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.

36 lines
1.8 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
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. Confirm: typeof import('./src/components/Confirm.vue')['default']
  10. ConfirmModal: typeof import('./src/components/ConfirmModal.vue')['default']
  11. DialogModal: typeof import('./src/components/dialogs/DialogModal.vue')['default']
  12. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  13. ElButton: typeof import('element-plus/es')['ElButton']
  14. ElCol: typeof import('element-plus/es')['ElCol']
  15. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  16. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  17. ElFooter: typeof import('element-plus/es')['ElFooter']
  18. ElHeader: typeof import('element-plus/es')['ElHeader']
  19. ElIcon: typeof import('element-plus/es')['ElIcon']
  20. ElInput: typeof import('element-plus/es')['ElInput']
  21. ElRow: typeof import('element-plus/es')['ElRow']
  22. ElTable: typeof import('element-plus/es')['ElTable']
  23. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  24. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  25. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  26. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  27. RouterLink: typeof import('vue-router')['RouterLink']
  28. RouterView: typeof import('vue-router')['RouterView']
  29. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  30. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  31. }
  32. export interface ComponentCustomProperties {
  33. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  34. }
  35. }