CreateAlgorithmTableProps: {
    children?: ReactNode;
    onAlgorithmChange: ((selectedAlgorithms) => void);
    selectedAlgorithms: {
        [key: number]: CreateAlgorithmTableNameProps;
    };
    selectedTopics: RemoteTopics[];
}

Type declaration

Generated using TypeDoc