auto-components.d.ts 633 B

123456789101112131415161718
  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. BackButton: typeof import('./BackButton.vue')['default']
  10. HomeItem: typeof import('./HomeItem.vue')['default']
  11. Init: typeof import('./Init.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. SearchCard: typeof import('./SearchCard.vue')['default']
  15. ShowPoint: typeof import('./ShowPoint.vue')['default']
  16. }
  17. }