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.

17 lines
678 B

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. ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default']
  10. Keyboard: typeof import('./src/components/Keyboard.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default']
  14. StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default']
  15. }
  16. }