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 2a75a41 commit 43cc9d9Copy full SHA for 43cc9d9
index.d.ts
@@ -196,6 +196,7 @@ declare module 'react-native-dropdown-picker' {
196
containerStyle?: StyleProp<ViewStyle>;
197
customItemContainerStyle?: StyleProp<ViewStyle>;
198
customItemLabelStyle?: StyleProp<TextStyle>;
199
+ customItemValueDelimiter?: string;
200
disableBorderRadius?: boolean;
201
disabledItemContainerStyle?: StyleProp<ViewStyle>;
202
disabledItemLabelStyle?: StyleProp<TextStyle>;
0 commit comments