amber-ui/src/components.d.ts

17 lines
541 B
TypeScript
Raw Normal View History

2024-09-10 08:29:08 +00:00
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
2024-09-10 09:24:30 +00:00
Chat: typeof import('./components/chat/chat.vue')['default']
2024-09-10 08:29:08 +00:00
Container: typeof import('./components/Container.vue')['default']
Menu: typeof import('./components/Menu.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}