diff --git a/types/react-bootstrap/lib/index.d.ts b/types/react-bootstrap/lib/index.d.ts index 4a3c27a59c..bd806839ff 100644 --- a/types/react-bootstrap/lib/index.d.ts +++ b/types/react-bootstrap/lib/index.d.ts @@ -230,6 +230,10 @@ export { FormProps, FormControl, FormControlProps, + FormControlFeedback, + FormControlFeedbackProps, + FormControlStatic, + FormControlStaticProps, FormGroup, FormGroupProps, Glyphicon, @@ -242,6 +246,10 @@ export { ImageProps, InputGroup, InputGroupProps, + InputGroupAddon, + InputGroupAddonProps, + InputGroupButton, + InputGroupButtonProps, Jumbotron, JumbotronProps, Label, @@ -306,6 +314,8 @@ export { SafeAnchorProps, SplitButton, SplitButtonProps, + SplitToggle, + SplitToggleProps, Tab, TabProps, TabContainer,