@types/react-bootstrap
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -523,2 +523,17 @@ // Type definitions for react-bootstrap | ||
// <Navbar.Link /> | ||
interface NavbarLinkProps { | ||
href: string; | ||
onClick?: React.MouseEventHandler<{}>; | ||
} | ||
type NavbarLink = React.ClassicComponent<NavbarLinkProps, {}>; | ||
const NavbarLink: React.ClassicComponentClass<NavbarLinkProps>; | ||
// <Navbar.Text /> | ||
interface NavbarTextProps { | ||
pullRight?: boolean; | ||
} | ||
type NavbarText = React.ClassicComponent<NavbarTextProps, {}>; | ||
const NavbarText: React.ClassicComponentClass<NavbarTextProps>; | ||
// <Navbar /> | ||
@@ -546,2 +561,4 @@ interface NavbarProps extends React.HTMLProps<Navbar> { | ||
Toggle: typeof NavbarToggle; | ||
Link: typeof NavbarLink; | ||
Text: typeof NavbarText; | ||
} | ||
@@ -548,0 +565,0 @@ type Navbar = React.ClassicComponent<NavbarProps, {}>; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "0150eae029ede808883c19d1ca68a1a9d285f7d27bbaa6d06f09b58ceccbe6ad" | ||
"typesPublisherContentHash": "63c535f4607cbf3069e94aae66742f5e358cbd437c5c410384805b3509e1abe3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 04 Nov 2016 16:19:09 GMT | ||
* Last updated: Mon, 07 Nov 2016 15:16:55 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -26,3 +26,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "0150eae029ede808883c19d1ca68a1a9d285f7d27bbaa6d06f09b58ceccbe6ad" | ||
"contentHash": "63c535f4607cbf3069e94aae66742f5e358cbd437c5c410384805b3509e1abe3" | ||
} |
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
38201
969