Skip to content

Commit 0f0e8fd

Browse files
authored
fix(typing): add ImageStyle to tickIconStyle type
1 parent 0d9ba76 commit 0f0e8fd

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
@@ -271,7 +271,7 @@ declare module 'react-native-dropdown-picker' {
271271
theme?: ThemeNameType;
272272
TickIconComponent?: (props: { style: StyleProp<ViewStyle> }) => JSX.Element;
273273
tickIconContainerStyle?: StyleProp<ViewStyle>;
274-
tickIconStyle?: StyleProp<ViewStyle>;
274+
tickIconStyle?: StyleProp<ViewStyle | ImageStyle>;
275275
translation?: Partial<TranslationInterface>;
276276
zIndexInverse?: number;
277277
zIndex?: number;

0 commit comments

Comments
 (0)