@types/react-bootstrap
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -8,2 +8,3 @@ // Type definitions for react-bootstrap | ||
export = ReactBootstrap; | ||
export as namespace ReactBootstrap; | ||
@@ -10,0 +11,0 @@ declare namespace ReactBootstrap { |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "fe14b3e51d7d0491d56838f2c0d6ac73029f7e1c9965a66fc382df45348f11d6", | ||
"typesPublisherContentHash": "6f754bb3c8b2b0c1ace042e42e683241da2ff9f2307cf7bf1383362ce563ca87", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 18 Jan 2017 03:59:55 GMT | ||
* Last updated: Wed, 18 Jan 2017 08:47:11 GMT | ||
* Dependencies: react | ||
* Global values: none | ||
* Global values: ReactBootstrap | ||
# Credits | ||
These definitions were written by 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>. |
@@ -18,3 +18,5 @@ { | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"globals": [ | ||
"ReactBootstrap" | ||
], | ||
"declaredModules": [ | ||
@@ -27,5 +29,5 @@ "react-bootstrap/." | ||
"hasPackageJson": false, | ||
"contentHash": "fe14b3e51d7d0491d56838f2c0d6ac73029f7e1c9965a66fc382df45348f11d6" | ||
"contentHash": "6f754bb3c8b2b0c1ace042e42e683241da2ff9f2307cf7bf1383362ce563ca87" | ||
}, | ||
"isLatest": true | ||
} |
39153
996