21 lines
824 B
TypeScript
21 lines
824 B
TypeScript
/* 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 {
|
|
AssistantMenu: typeof import('./components/AssistantMenu.vue')['default']
|
|
Chat: typeof import('./components/chat/chat.vue')['default']
|
|
ChatMenu: typeof import('./components/ChatMenu.vue')['default']
|
|
Container: typeof import('./components/Container.vue')['default']
|
|
copy: typeof import('./components/AssistantMenu.vue')['default']
|
|
Menu: typeof import('./components/Menu.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
UserMenu: typeof import('./components/UserMenu.vue')['default']
|
|
}
|
|
}
|