feat(Picker): add swipe-duration prop (#4816)
This commit is contained in:
@@ -25,5 +25,9 @@ export const pickerProps = {
|
||||
itemHeight: {
|
||||
type: Number,
|
||||
default: 44
|
||||
},
|
||||
swipeDuration: {
|
||||
type: Number,
|
||||
default: 1000
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user