Skip to content

Commit

Permalink
Fix typescript error when passing testID prop (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein authored May 3, 2024
1 parent 8a46ee1 commit cb80d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type SliderProps = {
renderMinimumTrackComponent?: () => React.ReactNode;
renderTrackMarkComponent?: (index: number) => React.ReactNode;
step?: number;
testID?: ViewStyle['testID'];
thumbImage?: ImageSourcePropType;
thumbStyle?: ViewStyle;
thumbTintColor?: string;
Expand Down

0 comments on commit cb80d87

Please sign in to comment.