UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

9 lines (8 loc) 178 B
interface StepsProps { direction?: 'vertical' | 'horizon'; current?: number; width?: number; size?: string; finishIcon?: string; } export default StepsProps;