chore: update ant-design dependencies and add new icon types
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import type { ProgressProps } from './progress';
|
||||
interface ProgressStepsProps extends ProgressProps {
|
||||
steps: number;
|
||||
strokeColor?: string | string[];
|
||||
trailColor?: string;
|
||||
}
|
||||
declare const Steps: React.FC<ProgressStepsProps>;
|
||||
export default Steps;
|
||||
Reference in New Issue
Block a user