Skip to content

Commit cb80d87

Browse files
authored
Fix typescript error when passing testID prop (#431)
1 parent 8a46ee1 commit cb80d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export type SliderProps = {
4848
renderMinimumTrackComponent?: () => React.ReactNode;
4949
renderTrackMarkComponent?: (index: number) => React.ReactNode;
5050
step?: number;
51+
testID?: ViewStyle['testID'];
5152
thumbImage?: ImageSourcePropType;
5253
thumbStyle?: ViewStyle;
5354
thumbTintColor?: string;

0 commit comments

Comments
 (0)