Files

13 lines
286 B
JavaScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
export var SwipeActionDefaultProps = {
leftButtons: [],
rightButtons: [],
elasticity: true,
swiped: '',
defaultSwiped: '',
damping: 70,
disabled: false,
onSwipeEnd: function () { },
onSwipeStart: function () { },
onButtonTap: function () { },
};