From 6036819810bb7af82fb1047e3c6ed9f3e59513e2 Mon Sep 17 00:00:00 2001 From: pdeva Date: Sat, 16 Jan 2016 00:34:55 -0800 Subject: [PATCH] updated properties for some components to match reality --- react-bootstrap/react-bootstrap.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-bootstrap/react-bootstrap.d.ts b/react-bootstrap/react-bootstrap.d.ts index c63c55e9d..928b1a042 100644 --- a/react-bootstrap/react-bootstrap.d.ts +++ b/react-bootstrap/react-bootstrap.d.ts @@ -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 { } interface PopoverClass extends React.ComponentClass { } @@ -813,6 +813,7 @@ declare module "react-bootstrap" { // // ---------------------------------------- interface InputProps extends React.Props { + defaultValue?:string; addonAfter?: any; // TODO: Add more specific type addonBefore?: any; // TODO: Add more specific type bsSize?: string;