/* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 // biome-ignore lint: disable export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { Dashboard: typeof import('./src/views/Dashboard/index.vue')['default'] ElButton: typeof import('element-plus/es')['ElButton'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Test: typeof import('./src/views/Dashboard/test.vue')['default'] } }