@types/react-bootstrap
Advanced tools
Comparing version 0.32.6 to 0.32.7
@@ -14,2 +14,3 @@ // Type definitions for react-bootstrap 0.32 | ||
// Aaron Beall <https://github.com/aaronbeall> | ||
// Johann Rakotoharisoa <https://github.com/jrakotoharisoa> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -16,0 +17,0 @@ // TypeScript Version: 2.6 |
@@ -8,3 +8,4 @@ import * as React from 'react'; | ||
timeout?: number; | ||
transitionAppear?: boolean; | ||
mountOnEnter?: boolean; | ||
appear?: boolean; | ||
unmountOnExit?: boolean; | ||
@@ -11,0 +12,0 @@ } |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.32.6", | ||
"version": "0.32.7", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -61,2 +61,7 @@ "license": "MIT", | ||
"githubUsername": "aaronbeall" | ||
}, | ||
{ | ||
"name": "Johann Rakotoharisoa", | ||
"url": "https://github.com/jrakotoharisoa", | ||
"githubUsername": "jrakotoharisoa" | ||
} | ||
@@ -73,4 +78,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "25452e9a5484f78ac6875767ba7659d0206c00fb63888b96d09c665f9e3c987d", | ||
"typesPublisherContentHash": "f8505fe7138a31c19dbdcf94ad9b5e6376f24f0788adf3a5749cd4439df59b67", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 03 Mar 2018 00:41:20 GMT | ||
* Last updated: Mon, 09 Apr 2018 17:34:34 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# 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>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>, Mercedes Retolaza <https://github.com/mretolaza>, Kat Busch <https://github.com/katbusch>, Vito Samson <https://github.com/vitosamson>, Karol Janyst <https://github.com/LKay>, Aaron Beall <https://github.com/aaronbeall>. | ||
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>, Raymond May Jr. <https://github.com/octatone>, Cheng Sieu Ly <https://github.com/chengsieuly>, Mercedes Retolaza <https://github.com/mretolaza>, Kat Busch <https://github.com/katbusch>, Vito Samson <https://github.com/vitosamson>, Karol Janyst <https://github.com/LKay>, Aaron Beall <https://github.com/aaronbeall>, Johann Rakotoharisoa <https://github.com/jrakotoharisoa>. |
69426
1803