Skip to content

Commit 004d71b

Browse files
committed
chore(PolymorphicNavigateContext): export Path type
1 parent c088ffb commit 004d71b

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)