SelectLearningElementStepProps: {
    onNext: (() => void);
    selectedLearningElements: {
        [key: number]: RemoteLearningElementWithClassification[];
    };
    selectedTopics?: Topic;
    setSelectedLearningElements: Dispatch<SetStateAction<{
        [key: number]: RemoteLearningElementWithClassification[];
    }>>;
}

Type declaration

Generated using TypeDoc