export interface StepsPropsType {
    size?: string;
    current?: number;
    children: any[];
}
