@types/react-bootstrap
Advanced tools
Comparing version 0.32.19 to 0.32.20
@@ -18,2 +18,3 @@ // Type definitions for react-bootstrap 0.32 | ||
// Erik Zivkovic <https://github.com/bes> | ||
// Collin Green <https://github.com/collingreen> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -20,0 +21,0 @@ // TypeScript Version: 2.8 |
@@ -29,2 +29,3 @@ import * as React from 'react'; | ||
enforceFocus?: boolean; | ||
restoreFocus?: boolean; | ||
keyboard?: boolean; | ||
@@ -31,0 +32,0 @@ onBackdropClick?: (node: HTMLElement) => any; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.32.19", | ||
"version": "0.32.20", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -81,2 +81,7 @@ "license": "MIT", | ||
"githubUsername": "bes" | ||
}, | ||
{ | ||
"name": "Collin Green", | ||
"url": "https://github.com/collingreen", | ||
"githubUsername": "collingreen" | ||
} | ||
@@ -95,4 +100,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "afc0e40694f686a89944aeafe4834ce0fe4ba71c45932d3be1dd913353c1e45d", | ||
"typesPublisherContentHash": "7bcd6abfcb446231cca29555ab31877226de0648a33322065d625320149e2957", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 02 Jul 2019 16:42:32 GMT | ||
* Last updated: Tue, 24 Sep 2019 20:42:45 GMT | ||
* Dependencies: @types/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>, Johann Rakotoharisoa <https://github.com/jrakotoharisoa>, Andrew Makarov <https://github.com/r3nya>, Duong Tran <https://github.com/t49tran>, and Erik Zivkovic <https://github.com/bes>. | ||
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>, Andrew Makarov <https://github.com/r3nya>, Duong Tran <https://github.com/t49tran>, Erik Zivkovic <https://github.com/bes>, and Collin Green <https://github.com/collingreen>. |
68603
1802