progressDot | Steps with progress dot style, customize the progress dot by setting it to a function | Boolean or (iconDot, {index, status, title, description}) => ReactNode | false
status | to specify the status. It will be automatically set by `current` of `Steps` if not configured. Optional values are: `wait``process``finish``error` | string | wait
title | title of the step | string\|ReactNode | -
description | detail of the step, optional property | string\|ReactNode | -
icon | icon of the step, optional property | string\|ReactNode | -