提交
This commit is contained in:
12
甲情_甲意/miniprogram/node_modules/antd-mini/less/SwipeAction/props.js
generated
vendored
Normal file
12
甲情_甲意/miniprogram/node_modules/antd-mini/less/SwipeAction/props.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
export var SwipeActionDefaultProps = {
|
||||
leftButtons: [],
|
||||
rightButtons: [],
|
||||
elasticity: true,
|
||||
swiped: '',
|
||||
defaultSwiped: '',
|
||||
damping: 70,
|
||||
disabled: false,
|
||||
onSwipeEnd: function () { },
|
||||
onSwipeStart: function () { },
|
||||
onButtonTap: function () { },
|
||||
};
|
Reference in New Issue
Block a user