Type alias CreateLearningElementSolutionModalProps
Type declaration
-
activeStep: number
-
Optional
currentTopic?: Topic
-
handleCloseCreateLearningElementSolutionModal: (() => void)
-
-
open: boolean
-
-
selectedSolutions: {
[key: number]: Solution[];
}
-
setActiveStep: Dispatch<SetStateAction<number>>
-
setLearningElementsWithSolutions: Dispatch<SetStateAction<{
[key: number]: RemoteLearningElementWithSolution[];
}>>
-