We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c6364 commit 0d9ba76Copy full SHA for 0d9ba76
index.d.ts
@@ -171,7 +171,7 @@ declare module 'react-native-dropdown-picker' {
171
style: StyleProp<ViewStyle>;
172
}) => JSX.Element;
173
arrowIconContainerStyle?: StyleProp<ViewStyle>;
174
- arrowIconStyle?: StyleProp<ViewStyle>;
+ arrowIconStyle?: StyleProp<ViewStyle | ImageStyle>;
175
ArrowUpIconComponent?: (props: {
176
177
0 commit comments