UNPKG

education-module-ai

Version:
7 lines (6 loc) 396 B
export { QuizComponent } from './QuizComponent'; export type { QuizComponentProps } from './QuizComponent'; export { LearningPathComponent } from './LearningPathComponent'; export type { LearningPathComponentProps } from './LearningPathComponent'; export { AnswerQuestionComponent } from './AnswerQuestionComponent'; export type { AnswerQuestionComponentProps } from './AnswerQuestionComponent';