UNPKG

analytica-frontend-lib

Version:

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

20 lines 759 B
import type { StudentsFilterSectionProps } from './types'; /** * Students filter section with search and grouping by school/year/class * * @example * ```tsx * <StudentsFilterSection * groupedStudents={groupedStudents} * selectedIds={selectedIds} * searchQuery={searchQuery} * isLoading={isLoading} * hasFilters={hasFilters} * onSearchChange={setSearchQuery} * onSelectionChange={setSelectedIds} * /> * ``` */ export declare function StudentsFilterSection({ groupedStudents, selectedIds, searchQuery, isLoading, hasFilters, onSearchChange, onSelectionChange, }: Readonly<StudentsFilterSectionProps>): import("react/jsx-runtime").JSX.Element; export default StudentsFilterSection; //# sourceMappingURL=StudentsFilterSection.d.ts.map