Skip to content

Commit

Permalink
fix: allow pass-through properties in typescript (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Schrader <jschrader@newrelic.com>
  • Loading branch information
icd2k3 and jschrader-nr authored Dec 21, 2020
1 parent a39a8a8 commit 2ad7296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-router-breadcrumbs-hoc",
"version": "3.3.0",
"version": "3.3.1",
"description": "small, flexible, higher order component for rendering breadcrumbs with react-router 4.x",
"repository": "icd2k3/react-router-breadcrumbs-hoc",
"main": "dist/cjs/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export interface BreadcrumbsRoute {
breadcrumb?: React.ComponentType | React.ElementType | string;
matchOptions?: MatchOptions;
routes?: BreadcrumbsRoute[];
[x: string]: any;
}

/**
Expand Down

0 comments on commit 2ad7296

Please sign in to comment.