components.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. BatchInput: typeof import('./src/components/batchInput/index.vue')['default']
  11. ChatInput: typeof import('./src/components/ChatInput/index.vue')['default']
  12. CMenu: typeof import('./src/components/c-menu/index.vue')['default']
  13. CModal: typeof import('./src/components/c-modal/index.vue')['default']
  14. CTable: typeof import('./src/components/c-table/index.vue')['default']
  15. EditModel: typeof import('./src/components/editModel/index.vue')['default']
  16. ExportButton: typeof import('./src/components/ExportButton/index.vue')['default']
  17. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  18. KnowledgeConfig: typeof import('./src/components/KnowledgeConfig/index.vue')['default']
  19. LargeSelect: typeof import('./src/components/largeSelect/index.vue')['default']
  20. LargeTable: typeof import('./src/components/largeTable/index.vue')['default']
  21. ModelConfig: typeof import('./src/components/ModelConfig/index.vue')['default']
  22. RouterLink: typeof import('vue-router')['RouterLink']
  23. RouterView: typeof import('vue-router')['RouterView']
  24. SearchModel: typeof import('./src/components/searchModel/index.vue')['default']
  25. SearchResults: typeof import('./src/components/SearchResults/index.vue')['default']
  26. VoiceConfig: typeof import('./src/components/VoiceConfig/index.vue')['default']
  27. WelcomeSection: typeof import('./src/components/WelcomeSection/index.vue')['default']
  28. }
  29. }