@types/react-bootstrap
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -531,2 +531,3 @@ // Type definitions for react-bootstrap | ||
interface NavbarToggleProps { | ||
onClick?: React.MouseEventHandler<HTMLButtonElement>; | ||
} | ||
@@ -539,3 +540,3 @@ type NavbarToggle = React.ClassicComponent<NavbarToggleProps, {}>; | ||
href: string; | ||
onClick?: React.MouseEventHandler<{}>; | ||
onClick?: React.MouseEventHandler<HTMLAnchorElement>; | ||
} | ||
@@ -620,3 +621,3 @@ type NavbarLink = React.ClassicComponent<NavbarLinkProps, {}>; | ||
'aria-labelledby'?:string; | ||
bsClass?:string; | ||
bsClass?:string; | ||
eventKey?: any; // TODO: Add more specific type | ||
@@ -772,3 +773,3 @@ onEnter?: Function; | ||
fluid?: boolean; | ||
bsClass?: string; | ||
bsClass?: string; | ||
} | ||
@@ -775,0 +776,0 @@ type Grid = React.ClassicComponent<GridProps, {}>; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
"license": "MIT", | ||
"author": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>", | ||
"contributors": [ | ||
{ | ||
"name": "Walker Burgin", | ||
"url": "https://github.com/walkerburgin" | ||
}, | ||
{ | ||
"name": "Vincent Siao", | ||
"url": "https://github.com/vsiao" | ||
}, | ||
{ | ||
"name": "Danilo Barros", | ||
"url": "https://github.com/danilojrr" | ||
}, | ||
{ | ||
"name": "Batbold Gansukh", | ||
"url": "https://github.com/Batbold-Gansukh" | ||
}, | ||
{ | ||
"name": "Raymond May Jr.", | ||
"url": "https://github.com/octatone" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +38,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "96a2dfeac0dab2965ec5b55fd7ff1a207f33f8c979ccd050c9ac17bf35feb1fa", | ||
"typesPublisherContentHash": "42cfbfa8b66889f7d6a68c5e63f149afed1490f3ee6dce7db1246a28b8409630", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 30 Jan 2017 18:27:25 GMT | ||
* Last updated: Fri, 17 Feb 2017 20:58:41 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: ReactBootstrap |
@@ -6,3 +6,24 @@ { | ||
"data": { | ||
"authors": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>, Raymond May Jr. <https://github.com/octatone>", | ||
"contributors": [ | ||
{ | ||
"name": "Walker Burgin", | ||
"url": "https://github.com/walkerburgin" | ||
}, | ||
{ | ||
"name": "Vincent Siao", | ||
"url": "https://github.com/vsiao" | ||
}, | ||
{ | ||
"name": "Danilo Barros", | ||
"url": "https://github.com/danilojrr" | ||
}, | ||
{ | ||
"name": "Batbold Gansukh", | ||
"url": "https://github.com/Batbold-Gansukh" | ||
}, | ||
{ | ||
"name": "Raymond May Jr.", | ||
"url": "https://github.com/octatone" | ||
} | ||
], | ||
"dependencies": { | ||
@@ -29,5 +50,5 @@ "react": "*" | ||
"hasPackageJson": false, | ||
"contentHash": "96a2dfeac0dab2965ec5b55fd7ff1a207f33f8c979ccd050c9ac17bf35feb1fa" | ||
"contentHash": "42cfbfa8b66889f7d6a68c5e63f149afed1490f3ee6dce7db1246a28b8409630" | ||
}, | ||
"isLatest": true | ||
} |
40609
1030