useCreateLearningElementSolutionTable: {
    learningElementsWithSolutions: {
        [key: number]: RemoteLearningElementWithSolution[];
    };
    onLearningElementSolutionChange: ((selectedSolutions) => void);
    selectedLearningElementsClassification: {
        [key: number]: RemoteLearningElementWithClassification[];
    };
    selectedSolutions: {
        [key: number]: Solution[];
    };
}

Type declaration

Generated using TypeDoc