Skip to content

Commit 7e494cc

Browse files
authored
Merge pull request #65 from qonto/export-path-navigate-context
chore(PolymorphicNavigateContext): export Path type
2 parents c088ffb + c1d399d commit 7e494cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-migration-toolkit/src/react/contexts/polymorphic-navigate-context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface PolymorphicNavigate {
88
): void | Promise<void> | Promise<boolean>;
99
}
1010

11-
interface Path
11+
export interface Path
1212
extends Partial<{
1313
hash: string;
1414
pathname: string;

0 commit comments

Comments
 (0)