Add missing typings (#36571)

* Add missing FormControlStatic and FormControlStaticProps

* export missed types

Export a typings for FormControlFeedback, InputGroupAddon, InputGroupButton, SplitToggle
This commit is contained in:
Dmitry Korlas 2019-07-02 19:28:53 +03:00 committed by Ryan Cavanaugh
parent 63329c02db
commit 9881984445

View File

@ -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,