Skip to content

Commit 17cc712

Browse files
authored
Merge pull request #7 from imdevan/735-murat-pr
2 parents 5a4b6ff + 0f0e8fd commit 17cc712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ declare module 'react-native-dropdown-picker' {
172172
style: StyleProp<ViewStyle>;
173173
}) => JSX.Element;
174174
arrowIconContainerStyle?: StyleProp<ViewStyle>;
175-
arrowIconStyle?: StyleProp<ViewStyle>;
175+
arrowIconStyle?: StyleProp<ViewStyle | ImageStyle>;
176176
ArrowUpIconComponent?: (props: {
177177
style: StyleProp<ViewStyle>;
178178
}) => JSX.Element;
@@ -274,7 +274,7 @@ declare module 'react-native-dropdown-picker' {
274274
theme?: ThemeNameType;
275275
TickIconComponent?: (props: { style: StyleProp<ViewStyle> }) => JSX.Element;
276276
tickIconContainerStyle?: StyleProp<ViewStyle>;
277-
tickIconStyle?: StyleProp<ViewStyle>;
277+
tickIconStyle?: StyleProp<ViewStyle | ImageStyle>;
278278
translation?: Partial<TranslationInterface>;
279279
zIndexInverse?: number;
280280
zIndex?: number;

0 commit comments

Comments
 (0)