updated properties for some components to match reality

This commit is contained in:
pdeva
2016-01-16 00:34:55 -08:00
parent 70bf7e2bfe
commit 6036819810
+2 -1
View File
@@ -328,7 +328,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> { }
@@ -813,6 +813,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;