Skip to content

Commit 410e833

Browse files
johnpangalosJohn Pangalosbrophdawg11
authored
fix: Expose ParamParseKey (#8911)
update: remove PathPattern export not used in examples Co-authored-by: John Pangalos <[email protected]> Co-authored-by: Matt Brophy <[email protected]>
1 parent 7b6feec commit 410e833

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- janpaepke
2929
- jimniels
3030
- jmargeta
31+
- johnpangalos
3132
- jonkoops
3233
- kantuni
3334
- kddnewton

packages/react-router-dom-v5-compat/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export type {
5858
Navigator,
5959
OutletProps,
6060
Params,
61+
ParamParseKey,
6162
PathMatch,
6263
RouteMatch,
6364
RouteObject,

packages/react-router-dom/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export type {
7777
Navigator,
7878
OutletProps,
7979
Params,
80+
ParamParseKey,
8081
Path,
8182
PathMatch,
8283
Pathname,

packages/react-router-native/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export type {
4141
Navigator,
4242
OutletProps,
4343
Params,
44+
ParamParseKey,
4445
Path,
4546
PathMatch,
4647
Pathname,

packages/react-router/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import type {
77
Location,
88
Navigation,
99
Params,
10+
ParamParseKey,
1011
Path,
1112
PathMatch,
1213
PathPattern,
@@ -108,6 +109,7 @@ export type {
108109
Navigator,
109110
OutletProps,
110111
Params,
112+
ParamParseKey,
111113
Path,
112114
PathMatch,
113115
Pathname,

0 commit comments

Comments
 (0)