File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -654,6 +654,7 @@ const Slider = class Slider extends React.Component {
654
654
step,
655
655
infinite,
656
656
preventVerticalScrollOnTouch,
657
+ preventingVerticalScroll,
657
658
horizontalPixelThreshold,
658
659
verticalPixelThreshold,
659
660
...rest
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ interface CarouselProviderProps {
86
86
readonly isPlaying ?: CarouselState [ 'isPlaying' ]
87
87
readonly lockOnWindowScroll ?: CarouselState [ 'lockOnWindowScroll' ]
88
88
readonly preventVerticalScrollOnTouch ?: CarouselState [ 'preventVerticalScrollOnTouch' ]
89
- readonly horizontalPixelThreshold : CarouselState [ 'horizontalPixelThreshold' ]
90
- readonly verticalPixelThreshold : CarouselState [ 'verticalPixelThreshold' ] ,
89
+ readonly horizontalPixelThreshold ? : CarouselState [ 'horizontalPixelThreshold' ]
90
+ readonly verticalPixelThreshold ? : CarouselState [ 'verticalPixelThreshold' ] ,
91
91
readonly naturalSlideHeight : CarouselState [ 'naturalSlideHeight' ]
92
92
readonly naturalSlideWidth : CarouselState [ 'naturalSlideWidth' ]
93
93
readonly playDirection ?: 'forward' | 'backward'
You can’t perform that action at this time.
0 commit comments