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

6 lines
314 B
TypeScript

import AlgorithmConfig from './algorithmConfig';
export type { AlgorithmConfigProps, AlgorithmConfigRef } from './algorithmConfig';
export type { AlgorithmTableProps } from './components/algorithmTable';
export type { TimeTemplateTableProps } from './components/timeTemplateTable';
export default AlgorithmConfig;