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.

30 lines
1.4 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 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. ElButton: typeof import('element-plus/es')['ElButton']
  10. ElEmpty: typeof import('element-plus/es')['ElEmpty']
  11. ElFooter: typeof import('element-plus/es')['ElFooter']
  12. ElHeader: typeof import('element-plus/es')['ElHeader']
  13. ElIcon: typeof import('element-plus/es')['ElIcon']
  14. ElInput: typeof import('element-plus/es')['ElInput']
  15. ElPopover: typeof import('element-plus/es')['ElPopover']
  16. ElTable: typeof import('element-plus/es')['ElTable']
  17. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  18. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  19. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. ShowErrorModal: typeof import('./src/components/dialogs/ShowErrorModal.vue')['default']
  23. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  24. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  25. }
  26. export interface ComponentCustomProperties {
  27. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  28. }
  29. }