components.d.ts 655 B

12345678910111213141516171819
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. Dashboard: typeof import('./src/views/Dashboard/index.vue')['default']
  11. ElButton: typeof import('element-plus/es')['ElButton']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  15. Test: typeof import('./src/views/Dashboard/test.vue')['default']
  16. }
  17. }