props.js 184 B

123456789
  1. export var SwipeActionDefaultProps = {
  2. leftButtons: [],
  3. rightButtons: [],
  4. elasticity: true,
  5. swiped: '',
  6. defaultSwiped: '',
  7. damping: 70,
  8. disabled: false,
  9. };