UNPKG

analytica-frontend-lib

Version:

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

20 lines 790 B
export interface ExamDetailsHeaderProps { examTitle: string; examDate: string; school: string; classroomName: string; createdAt: string; onBack: () => void; onDownloadExam: () => void; /** Custom label for the back breadcrumb item */ backLabel?: string; /** Custom label for the download button */ downloadLabel?: string; } /** * Header component for exam details page * Includes breadcrumb navigation, title, subtitle, and download button */ export declare const ExamDetailsHeader: ({ examTitle, examDate, school, classroomName, createdAt, onBack, onDownloadExam, backLabel, downloadLabel, }: ExamDetailsHeaderProps) => import("react/jsx-runtime").JSX.Element; export default ExamDetailsHeader; //# sourceMappingURL=ExamDetailsHeader.d.ts.map