jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/SwipeAction/props.js
2024-11-15 11:51:28 +08:00

13 lines
286 B
JavaScript

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