UNPKG

analytica-frontend-lib

Version:

Repositório público dos componentes utilizados nas plataformas da Analytica Ensino

5 lines 539 B
export { default as RecommendedLessonDetails } from '../../RecommendedLessonDetails/index'; export type { RecommendedLessonDetailsProps } from '../../RecommendedLessonDetails/index'; export { StudentPerformanceModal, type StudentPerformanceModalProps, } from './components/index'; export type { LessonDetailsLabels, BreadcrumbItem, DisplayStudent, StudentPerformanceData, StudentPerformanceLabels, LessonProgress, LessonQuestion, QuestionAlternative, } from '../../RecommendedLessonDetails/types/index'; //# sourceMappingURL=index.d.ts.map