From 7d08dc2b5dcd54c28c439f4e2d6fe3ad2ed0816f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1r=20Do=C4=9Fan?= Date: Fri, 2 Aug 2019 00:40:04 +0300 Subject: [PATCH] Add (missing) inputContainerStyle props (#37150) * inputContainerStyle Add inputContainerStyle * Update index.d.ts * Update index.d.ts * Update index.d.ts --- types/react-native-material-dropdown/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react-native-material-dropdown/index.d.ts b/types/react-native-material-dropdown/index.d.ts index debb69eee4..60f2c4b2e4 100644 --- a/types/react-native-material-dropdown/index.d.ts +++ b/types/react-native-material-dropdown/index.d.ts @@ -64,6 +64,8 @@ export interface DropDownProps extends TouchableWithoutFeedbackProps { itemPadding?: number; /** Set container styles */ containerStyle?: StyleProp; + /** Set input container styles */ + inputContainerStyle?: StyleProp; /** Set overlay styles */ overlayStyle?: StyleProp; /** Set picker styles */