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-11 16:50:46 +00:00
|
|
|
AssistantMenu: typeof import('./components/AssistantMenu.vue')['default']
|
2024-09-10 09:24:30 +00:00
|
|
|
Chat: typeof import('./components/chat/chat.vue')['default']
|
2024-09-11 09:20:19 +00:00
|
|
|
ChatMenu: typeof import('./components/ChatMenu.vue')['default']
|
2024-09-10 08:29:08 +00:00
|
|
|
Container: typeof import('./components/Container.vue')['default']
|
2024-09-11 16:50:46 +00:00
|
|
|
copy: typeof import('./components/AssistantMenu.vue')['default']
|
2024-09-10 08:29:08 +00:00
|
|
|
Menu: typeof import('./components/Menu.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2024-09-11 09:05:10 +00:00
|
|
|
UserMenu: typeof import('./components/UserMenu.vue')['default']
|
2024-09-10 08:29:08 +00:00
|
|
|
}
|
|
|
|
}
|