Skip to content

Commit 0cde5f9

Browse files
Update Slider typings (#901)
1 parent 5a0baca commit 0cde5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typings/components/Slider.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export interface SliderProps {
2727
renderTrack?: () => ReactElement | ReactElement[];
2828
thumbTintColor?: ColorValue;
2929
onValueChange?: SliderOnValueChange;
30+
onSeekStart?: () => void;
31+
onSeekEnd?: () => void;
3032
containerStyle?: StyleProp<ViewStyle>;
3133
trackStyle?: StyleProp<ViewStyle>;
3234
thumbStyle?: StyleProp<ViewStyle>;

0 commit comments

Comments
 (0)