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 */