jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/SwipeAction/props.js

13 lines
286 B
JavaScript
Raw Normal View History

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