Type alias CreateAlgorithmTableProps
CreateAlgorithmTableProps: { children?: ReactNode; onAlgorithmChange: ((selectedAlgorithms) => void); selectedAlgorithms: { [
key:
number]
: CreateAlgorithmTableNameProps; }; selectedTopics: RemoteTopics[]; }
Type declaration
-
Optional
children?: ReactNode
-
onAlgorithmChange: ((selectedAlgorithms) => void)
-
- (selectedAlgorithms): void
-
Returns void
-
-