nicecode-v2/packages/material/lib/algorithmConfig/components/algorithmTable/index.d.ts

4 lines
139 B
TypeScript

import AlgorithmTable from './AlgorithmTable';
export type { AlgorithmTableProps } from './AlgorithmTable';
export default AlgorithmTable;