File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments