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 6d62bae commit 538134bCopy full SHA for 538134b
index.d.ts
@@ -8,6 +8,7 @@ declare module 'react-native-dropdown-picker' {
8
} from 'react';
9
import {
10
FlatListProps,
11
+ ImageStyle,
12
LayoutChangeEvent,
13
ModalProps,
14
ScrollViewProps,
@@ -17,9 +18,7 @@ declare module 'react-native-dropdown-picker' {
17
18
TextStyle,
19
TouchableOpacityProps,
20
ViewProps,
- ViewStyle,
21
- ImageStyle
22
- } from 'react-native';
+ ViewStyle } from 'react-native';
23
24
export type ValueType = string | number | boolean;
25
0 commit comments