react-router-breadcrumbs-hoc
Advanced tools
Comparing version 3.2.3 to 3.2.4
{ | ||
"name": "react-router-breadcrumbs-hoc", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x", | ||
@@ -5,0 +5,0 @@ "repository": "icd2k3/react-router-breadcrumbs-hoc", |
@@ -41,4 +41,4 @@ // Type definitions for react-router-breadcrumbs-hoc 2.1 | ||
export default function withBreadcrumbs<P>( | ||
routes: BreadcrumbsRoute[], | ||
routes?: BreadcrumbsRoute[], | ||
options?: Options | ||
): withRouter<InjectedProps<P>>; |
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
65296