props.js 289 B

123456789101112131415
  1. export var BadgeDefaultProps = {
  2. position: 'top-right',
  3. stroke: false,
  4. type: 'dot',
  5. bgColor: '',
  6. };
  7. export var BadgeFunctionalProps = {
  8. type: 'dot',
  9. text: null,
  10. position: 'top-right',
  11. offsetX: null,
  12. offsetY: null,
  13. stroke: false,
  14. bgColor: '',
  15. };