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 3a1fc3b commit 5a18d23Copy full SHA for 5a18d23
index.d.ts
@@ -18,6 +18,7 @@ declare module 'react-native-dropdown-picker' {
18
TouchableOpacityProps,
19
ViewProps,
20
ViewStyle,
21
+ ImageStyle
22
} from 'react-native';
23
24
export type ValueType = string | number | boolean;
0 commit comments