feat(Picker): add swipe-duration prop (#4816)

This commit is contained in:
neverland
2019-10-23 17:21:32 +08:00
committed by GitHub
parent b26a1f3546
commit fe6b12f8c2
6 changed files with 16 additions and 29 deletions
+4
View File
@@ -25,5 +25,9 @@ export const pickerProps = {
itemHeight: {
type: Number,
default: 44
},
swipeDuration: {
type: Number,
default: 1000
}
};