UNPKG

analytica-frontend-lib

Version:

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

7 lines 977 B
import { type SimulatedPerformanceViewProps } from '../../components/SimulatedPerformance/types'; /** * Componente de apresentação para a view de Simulados. * Renderiza a UI com base nos dados e handlers do hook useSimulatedPerformance. */ export declare function SimulatedPerformanceView({ api, period, scoreType, selectedAreaKnowledgeId, selectedAreaRelatedIds, selectedSubjectId, simulatedViewTab, isEssaySelected, filters, aggregationType, generalOverview, aggregatedOverview, studentsOverview, contentsPerformance, handlePeriodChange, handleAreaKnowledgeChange, handleSubjectChange, handleViewTabChange, handleFiltersApply, handleStudentsParamsChange, handleContentsParamsChange, handleStudentRowClick, handleContentRowClick, studentModal, contentModal, filtersModal, studentsTableColumns, contentsTableColumns, noSearchImage, }: Readonly<SimulatedPerformanceViewProps>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SimulatedPerformanceView.d.ts.map