analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
15 lines • 558 B
TypeScript
export interface AnswerSheetData {
studentName: string;
qrCodeUrl: string;
totalQuestions: number;
examTitle?: string;
schoolName?: string;
className?: string;
}
export interface AnswerSheetsBatchPreviewProps {
answerSheets: AnswerSheetData[];
onComplete?: () => void;
}
export declare function AnswerSheetsBatchPreview({ answerSheets, onComplete, }: Readonly<AnswerSheetsBatchPreviewProps>): import("react/jsx-runtime").JSX.Element;
export default AnswerSheetsBatchPreview;
//# sourceMappingURL=GabaritosBatchPreview.d.ts.map