Skip to content

Commit 43cc9d9

Browse files
committed
[chore] add customItemValueDelimiter property type
1 parent 2a75a41 commit 43cc9d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ declare module 'react-native-dropdown-picker' {
196196
containerStyle?: StyleProp<ViewStyle>;
197197
customItemContainerStyle?: StyleProp<ViewStyle>;
198198
customItemLabelStyle?: StyleProp<TextStyle>;
199+
customItemValueDelimiter?: string;
199200
disableBorderRadius?: boolean;
200201
disabledItemContainerStyle?: StyleProp<ViewStyle>;
201202
disabledItemLabelStyle?: StyleProp<TextStyle>;

0 commit comments

Comments
 (0)