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.

28 lines
1.2 KiB

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. ElMain: typeof import('element-plus/es')['ElMain']
  16. ElPopover: typeof import('element-plus/es')['ElPopover']
  17. ElTable: typeof import('element-plus/es')['ElTable']
  18. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  19. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  23. }
  24. export interface ComponentCustomProperties {
  25. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  26. }
  27. }