Files
dex-ui-vue/src/components.d.ts
2025-06-22 14:30:54 +02:00

19 lines
644 B
TypeScript

/* 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 {
DeckIcon: typeof import('./components/DeckIcon.vue')['default']
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
Image: typeof import('primevue/image')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VirtualScroller: typeof import('primevue/virtualscroller')['default']
}
}