SelectLearningElementTableProps: {
    children?: ReactNode;
    currentTopic: Topic;
    selectedLearningElements: {
        [key: number]: RemoteLearningElementWithClassification[];
    };
    setSelectedLearningElements: Dispatch<SetStateAction<{
        [key: number]: RemoteLearningElementWithClassification[];
    }>>;
}

Type declaration

Generated using TypeDoc