4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
import AlgorithmTable from './AlgorithmTable';
|
|
export type { AlgorithmTableProps } from './AlgorithmTable';
|
|
export default AlgorithmTable;
|