UNPKG

analytica-frontend-lib

Version:

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

11 lines 884 B
export { ExamPageLayout, ExamTab } from '../../ExamPageLayout/index'; export type { ExamPageLayoutProps } from '../../ExamPageLayout/index'; export { examsTableColumns, getExamStatusBadgeAction, } from '../../ExamPageLayout/examsTableConfig/index'; export { createExamDraftsModelsTableColumns, type ExamTableCallbacks, } from './examDraftsModelsTableConfig'; export { AnswerSheetPreview } from './GabaritoPreview'; export type { AnswerSheetPreviewProps } from './GabaritoPreview'; export { AnswerSheetsBatchPreview } from './GabaritosBatchPreview'; export type { AnswerSheetsBatchPreviewProps, AnswerSheetData, } from './GabaritosBatchPreview'; export { AnswerSheetCard, CardContainer, PageContainer, PrintStyles, } from '../../ExamPageLayout/GabaritoCard/index'; export type { AnswerSheetCardProps } from '../../ExamPageLayout/GabaritoCard/index'; //# sourceMappingURL=index.d.ts.map