props.js 103 B

12345
  1. export var StepsDefaultProps = {
  2. current: 0,
  3. direction: 'horizontal',
  4. status: 'finish',
  5. };