@types/react-bootstrap
Advanced tools
Comparing version 0.0.51 to 0.0.52
@@ -850,2 +850,3 @@ // Type definitions for react-bootstrap | ||
interface BadgeProps extends React.HTMLProps<Badge> { | ||
bsClass?: string; | ||
pullRight?: boolean; | ||
@@ -912,2 +913,3 @@ } | ||
fill?: boolean; | ||
bsClass?: string; | ||
} | ||
@@ -914,0 +916,0 @@ type Table = React.ClassicComponent<TableProps>; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -46,4 +46,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "205999f5dde8abe2c1858e88fb19b06252b17e82559556cadaf908783d5103e5", | ||
"typesPublisherContentHash": "8eab043043f67fe0e6701245d401c9a40dcb9993252a9e38773399f7bf7593c2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Jun 2017 14:03:04 GMT | ||
* Last updated: Wed, 28 Jun 2017 15:40:48 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: ReactBootstrap |
40734
994