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 0d9ba76 commit 0f0e8fdCopy full SHA for 0f0e8fd
index.d.ts
@@ -271,7 +271,7 @@ declare module 'react-native-dropdown-picker' {
271
theme?: ThemeNameType;
272
TickIconComponent?: (props: { style: StyleProp<ViewStyle> }) => JSX.Element;
273
tickIconContainerStyle?: StyleProp<ViewStyle>;
274
- tickIconStyle?: StyleProp<ViewStyle>;
+ tickIconStyle?: StyleProp<ViewStyle | ImageStyle>;
275
translation?: Partial<TranslationInterface>;
276
zIndexInverse?: number;
277
zIndex?: number;
0 commit comments