From 98819844453d7e9e4e67d95495a8b4fc08ecab8b Mon Sep 17 00:00:00 2001 From: Dmitry Korlas Date: Tue, 2 Jul 2019 19:28:53 +0300 Subject: [PATCH] Add missing typings (#36571) * Add missing FormControlStatic and FormControlStaticProps * export missed types Export a typings for FormControlFeedback, InputGroupAddon, InputGroupButton, SplitToggle --- types/react-bootstrap/lib/index.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,