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 09c6364 commit 0d0857fCopy full SHA for 0d0857f
index.d.ts
@@ -125,7 +125,7 @@ declare module 'react-native-dropdown-picker' {
125
listItemLabelStyle: StyleProp<TextStyle>;
126
listParentContainerStyle: StyleProp<ViewStyle>;
127
listParentLabelStyle: StyleProp<TextStyle>;
128
- onPress: (value: T) => void;
+ onPress: (item: ItemType<T>, custom?: boolean) => void;
129
parent: T;
130
props: ViewProps;
131
rtl: boolean;
0 commit comments