@tanstack/react-router
Advanced tools
Comparing version 1.56.2 to 1.56.3
@@ -90,7 +90,7 @@ import { AnyRoute, ReactNode, StaticDataRouteOption } from './route.js'; | ||
}): T; | ||
export declare function useParentMatches<TRouteTree extends AnyRoute = RegisteredRouter['routeTree'], TRouteId extends RouteIds<TRouteTree> = ParseRoute<TRouteTree>['id'], TRouteMatch = MakeRouteMatch<TRouteTree, TRouteId>, T = Array<TRouteMatch>>(opts?: { | ||
export declare function useParentMatches<TRouter extends AnyRouter = RegisteredRouter, TRouteMatch = MakeRouteMatchUnion<TRouter>, T = Array<TRouteMatch>>(opts?: { | ||
select?: (matches: Array<TRouteMatch>) => T; | ||
}): T; | ||
export declare function useChildMatches<TRouteTree extends AnyRoute = RegisteredRouter['routeTree'], TRouteId extends RouteIds<TRouteTree> = ParseRoute<TRouteTree>['id'], TRouteMatch = MakeRouteMatch<TRouteTree, TRouteId>, T = Array<TRouteMatch>>(opts?: { | ||
export declare function useChildMatches<TRouter extends AnyRouter = RegisteredRouter, TRouteMatch = MakeRouteMatchUnion<TRouter>, T = Array<TRouteMatch>>(opts?: { | ||
select?: (matches: Array<TRouteMatch>) => T; | ||
}): T; |
{ | ||
"name": "@tanstack/react-router", | ||
"version": "1.56.2", | ||
"version": "1.56.3", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1509526
18850