Skip to content

Commit 7f8954c

Browse files
committed
Hide typedefs that weren't previously exported
1 parent 86c8961 commit 7f8954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/go_router/lib/go_router.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export 'src/pages/custom_transition_page.dart';
1414
export 'src/platform.dart' show UrlPathStrategy;
1515
export 'src/router.dart';
1616
export 'src/typed_routing.dart' show GoRouteData, TypedGoRoute;
17-
export 'src/typedefs.dart';
17+
export 'src/typedefs.dart' show GoRouterPageBuilder, GoRouterRedirect;

0 commit comments

Comments
 (0)