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.

37 lines
1.8 KiB

8 months ago
7 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. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  16. ElFooter: typeof import('element-plus/es')['ElFooter']
  17. ElForm: typeof import('element-plus/es')['ElForm']
  18. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  19. ElHeader: typeof import('element-plus/es')['ElHeader']
  20. ElIcon: typeof import('element-plus/es')['ElIcon']
  21. ElInput: typeof import('element-plus/es')['ElInput']
  22. ElRow: typeof import('element-plus/es')['ElRow']
  23. ElTable: typeof import('element-plus/es')['ElTable']
  24. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  25. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  26. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  27. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  28. RouterLink: typeof import('vue-router')['RouterLink']
  29. RouterView: typeof import('vue-router')['RouterView']
  30. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  31. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  32. }
  33. export interface ComponentCustomProperties {
  34. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  35. }
  36. }