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.

24 lines
1.1 KiB

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. ElDropdown: typeof import('element-plus/es')['ElDropdown']
  11. ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
  12. ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
  13. ElFooter: typeof import('element-plus/es')['ElFooter']
  14. ElHeader: typeof import('element-plus/es')['ElHeader']
  15. ElPopover: typeof import('element-plus/es')['ElPopover']
  16. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  17. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  21. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  22. }
  23. }