components.d.ts 644 B

1234567891011121314151617
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AudioBox: typeof import('./src/components/AudioBox.vue')['default']
  10. BorderBox: typeof import('./src/components/BorderBox/index.vue')['default']
  11. Button: typeof import('./src/components/Button/index.vue')['default']
  12. Progress: typeof import('./src/components/progress.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. }
  16. }