123456789101112131415161718192021222324252627282930 |
- /* 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 {
- BatchInput: typeof import('./src/components/batchInput/index.vue')['default']
- ChatInput: typeof import('./src/components/ChatInput/index.vue')['default']
- CMenu: typeof import('./src/components/c-menu/index.vue')['default']
- CModal: typeof import('./src/components/c-modal/index.vue')['default']
- CTable: typeof import('./src/components/c-table/index.vue')['default']
- EditModel: typeof import('./src/components/editModel/index.vue')['default']
- ExportButton: typeof import('./src/components/ExportButton/index.vue')['default']
- HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
- KnowledgeConfig: typeof import('./src/components/KnowledgeConfig/index.vue')['default']
- LargeSelect: typeof import('./src/components/largeSelect/index.vue')['default']
- LargeTable: typeof import('./src/components/largeTable/index.vue')['default']
- ModelConfig: typeof import('./src/components/ModelConfig/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SearchModel: typeof import('./src/components/searchModel/index.vue')['default']
- SearchResults: typeof import('./src/components/SearchResults/index.vue')['default']
- VoiceConfig: typeof import('./src/components/VoiceConfig/index.vue')['default']
- WelcomeSection: typeof import('./src/components/WelcomeSection/index.vue')['default']
- }
- }
|