export var SwipeActionDefaultProps = { leftButtons: [], rightButtons: [], elasticity: true, swiped: '', defaultSwiped: '', damping: 70, disabled: false, onSwipeStart: function (data, e) { }, onSwipeEnd: function (data, e) { }, onButtonTap: function (data, e) { }, };