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