chad/client/app/components.d.ts
Никита Круглицкий e6a274cc9d
All checks were successful
Deploy / deploy (push) Successful in 1m6s
#6
2025-10-04 02:53:42 +06:00

18 lines
573 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 {
PrimeButton: typeof import('primevue/button')['default']
PrimeChip: typeof import('primevue/chip')['default']
PrimeProgressSpinner: typeof import('primevue/progressspinner')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}