@types/react-bootstrap
Advanced tools
Comparing version 0.0.39 to 0.0.40
@@ -605,3 +605,13 @@ // Type definitions for react-bootstrap | ||
animation?: boolean; | ||
'aria-labelledby'?:string; | ||
bsClass?:string; | ||
eventKey?: any; // TODO: Add more specific type | ||
onEnter?: Function; | ||
onEntered?: Function; | ||
onEntering?: Function; | ||
onExit?: Function; | ||
onExited?: Function; | ||
onExiting?: Function; | ||
unmountOnExit?: boolean; | ||
tabClassName?:string; | ||
} | ||
@@ -608,0 +618,0 @@ interface TabClass extends React.ClassicComponentClass<TabProps> { |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7512669e472671272b6385a0a2d6368c6f223f355eaec014f05b9183f9aff3c9", | ||
"typesPublisherContentHash": "fe14b3e51d7d0491d56838f2c0d6ac73029f7e1c9965a66fc382df45348f11d6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 13 Jan 2017 20:31:41 GMT | ||
* Last updated: Wed, 18 Jan 2017 03:59:55 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -26,5 +26,5 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "7512669e472671272b6385a0a2d6368c6f223f355eaec014f05b9183f9aff3c9" | ||
"contentHash": "fe14b3e51d7d0491d56838f2c0d6ac73029f7e1c9965a66fc382df45348f11d6" | ||
}, | ||
"isLatest": true | ||
} |
39068
993