lingxixue-new-web/.components.d.ts
2026-04-30 18:41:30 +08:00

33 lines
1.9 KiB
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 {
ActivityProgress: typeof import('./src/components/tasks/ActivityProgress.vue')['default']
AppHeader: typeof import('./src/components/layout/AppHeader.vue')['default']
ChoiceAnswerPanel: typeof import('./src/components/answerQuestions/ChoiceAnswerPanel.vue')['default']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElOption: typeof import('element-plus/es')['ElOption']
ElSelect: typeof import('element-plus/es')['ElSelect']
LmSelect: typeof import('./src/components/lm/LmSelect.vue')['default']
LoadingState: typeof import('./src/components/loading/LoadingState.vue')['default']
PageFrame: typeof import('./src/components/layout/PageFrame.vue')['default']
QuestionNumberNav: typeof import('./src/components/answerQuestions/QuestionNumberNav.vue')['default']
QuestionStemPanel: typeof import('./src/components/answerQuestions/QuestionStemPanel.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SubjectCard: typeof import('./src/components/cards/SubjectCard.vue')['default']
SubPageHeader: typeof import('./src/components/layout/SubPageHeader.vue')['default']
TabBar: typeof import('./src/components/layout/TabBar.vue')['default']
TaskCard: typeof import('./src/components/cards/TaskCard.vue')['default']
TaskSidebar: typeof import('./src/components/tasks/TaskSidebar.vue')['default']
UploadAnswerPanel: typeof import('./src/components/answerQuestions/UploadAnswerPanel.vue')['default']
}
}