mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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:
parent
63329c02db
commit
9881984445
10
types/react-bootstrap/lib/index.d.ts
vendored
10
types/react-bootstrap/lib/index.d.ts
vendored
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user