Skip to content

Commit 1140eaf

Browse files
authored
Merge pull request #2 from imdevan/738-recreate-volk-pr
2 parents 6761028 + 0d0857f commit 1140eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ declare module 'react-native-dropdown-picker' {
126126
listItemLabelStyle: StyleProp<TextStyle>;
127127
listParentContainerStyle: StyleProp<ViewStyle>;
128128
listParentLabelStyle: StyleProp<TextStyle>;
129-
onPress: (value: T) => void;
129+
onPress: (item: ItemType<T>, custom?: boolean) => void;
130130
parent: T;
131131
props: ViewProps;
132132
rtl: boolean;

0 commit comments

Comments
 (0)