@types/react-bootstrap
Advanced tools
Comparing version 0.0.45 to 0.0.46
// Type definitions for react-bootstrap | ||
// Project: https://github.com/react-bootstrap/react-bootstrap | ||
// Definitions 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> | ||
// Definitions 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> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -870,2 +870,11 @@ // TypeScript Version: 2.1 | ||
// <ResponsiveEmbed /> | ||
interface ResponsiveEmbedProps extends React.HTMLProps<ResponsiveEmbed> { | ||
a16by9?: boolean; | ||
a4by3?: boolean; | ||
bsClass?: string; | ||
} | ||
class ResponsiveEmbed extends React.Component<ResponsiveEmbedProps, {}> { | ||
} | ||
// <PageHeader /> | ||
@@ -872,0 +881,0 @@ interface PageHeaderProps extends React.HTMLProps<PageHeader> { |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -26,2 +26,6 @@ "license": "MIT", | ||
"url": "https://github.com/octatone" | ||
}, | ||
{ | ||
"name": "Cheng Sieu Ly", | ||
"url": "https://github.com/chengsieuly" | ||
} | ||
@@ -39,4 +43,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "42cfbfa8b66889f7d6a68c5e63f149afed1490f3ee6dce7db1246a28b8409630", | ||
"typesPublisherContentHash": "d05035f3bee62e6909ba55576c99f14272be90028c10b5a010439926b0962dae", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 17 Feb 2017 20:58:41 GMT | ||
* Last updated: Tue, 07 Mar 2017 02:09:17 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * 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>, Raymond May Jr. <https://github.com/octatone>. | ||
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>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39485
3
988