Merge pull request #9989 from psulek/patch-1

Fixed InputGroup.Addon and InputGroup.Button
This commit is contained in:
Zhengbo Li
2016-07-06 11:45:50 -07:00
committed by GitHub

View File

@@ -943,8 +943,8 @@ declare module "react-bootstrap" {
Addon: typeof InputGroupAddon;
Button: typeof InputGroupButton;
}
type InputGroup = React.ClassicComponent<InputGroupProps, {}>;
var InputGroup: React.ClassicComponentClass<InputGroupProps>;
type InputGroup = React.Component<InputGroupProps, {}>;
var InputGroup: InputGroupClass;
// <InputGroup.Addon />