components.d.ts 911 B

1234567891011121314151617181920212223
  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. ElIcon: typeof import('element-plus/es')['ElIcon']
  13. ElMenu: typeof import('element-plus/es')['ElMenu']
  14. ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. Sidebar: typeof import('./src/layout/components/Sidebar/index.vue')['default']
  18. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  19. Test: typeof import('./src/views/Dashboard/test.vue')['default']
  20. }
  21. }