Merge pull request #7660 from pdeva/patch-7

updated properties for some components to match reality
This commit is contained in:
Masahiro Wakame
2016-01-24 00:14:05 +09:00
+2 -1
View File
@@ -330,7 +330,7 @@ declare module "react-bootstrap" {
placement?: string;
positionLeft?: number;
positionTop?: number;
title: any; // TODO: Add more specific type
title?: any; // TODO: Add more specific type
}
interface Popover extends React.ReactElement<PopoverProps> { }
interface PopoverClass extends React.ComponentClass<PopoverProps> { }
@@ -847,6 +847,7 @@ declare module "react-bootstrap" {
// <Input />
// ----------------------------------------
interface InputProps extends React.Props<InputClass> {
defaultValue?:string;
addonAfter?: any; // TODO: Add more specific type
addonBefore?: any; // TODO: Add more specific type
bsSize?: string;