components.d.ts 496 B

123456789101112131415
  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. Layout: typeof import('./src/components/Layout/index.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  13. }
  14. }