props.js 95 B

12345
  1. export var LoadingDefaultProps = {
  2. size: 'medium',
  3. color: '#fff',
  4. type: 'spin',
  5. };