Type alias CreateLearningElementClassificationTableProps
Type declaration
-
Optional
children?: ReactNode
-
-
onLearningElementSolutionChange: ((selectedSolutions) => void)
-
- (selectedSolutions): void
-
Returns void
-
-
selectedSolutions: {
[key: number]: Solution[];
}
-