Fixed InputGroup.Addon and InputGroup.Button

Fixed InputGroup.Addon and InputGroup.Button sub classes
This commit is contained in:
Peter Šulek
2016-07-06 20:20:32 +02:00
committed by GitHub
parent 8df97176d2
commit cf77d6c2f4

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 />