Skip to content

Commit 0d9ba76

Browse files
authored
fix(typing): add ImageStyle to arrowIconStyle type
1 parent 09c6364 commit 0d9ba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ declare module 'react-native-dropdown-picker' {
171171
style: StyleProp<ViewStyle>;
172172
}) => JSX.Element;
173173
arrowIconContainerStyle?: StyleProp<ViewStyle>;
174-
arrowIconStyle?: StyleProp<ViewStyle>;
174+
arrowIconStyle?: StyleProp<ViewStyle | ImageStyle>;
175175
ArrowUpIconComponent?: (props: {
176176
style: StyleProp<ViewStyle>;
177177
}) => JSX.Element;

0 commit comments

Comments
 (0)