components.d.ts 1.1 KB

123456789101112131415161718192021222324252627
  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. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. ElButton: typeof import('element-plus/es')['ElButton']
  11. ElLink: typeof import('element-plus/es')['ElLink']
  12. ElStep: typeof import('element-plus/es')['ElStep']
  13. ElSteps: typeof import('element-plus/es')['ElSteps']
  14. 'I:healthiconsYes': typeof import('~icons/healthicons/yes')['default']
  15. 'I:mdi:horizontalLine': typeof import('~icons/mdi/horizontal-line')['default']
  16. 'I:mdi:tick': typeof import('~icons/mdi/tick')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. TheCard: typeof import('./src/components/TheCard.vue')['default']
  20. TheCounter: typeof import('./src/components/TheCounter.vue')['default']
  21. TheFooter: typeof import('./src/components/TheFooter.vue')['default']
  22. TheInput: typeof import('./src/components/TheInput.vue')['default']
  23. }
  24. }