@tanstack/router-core 0.0.1-beta.169 → 0.0.1-beta.170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -588,7 +588,7 @@ declare class Route<TParentRoute extends RouteConstraints['TParentRoute'] = AnyR
588
588
  }) => void;
589
589
  addChildren: <TNewChildren extends AnyRoute[]>(children: TNewChildren) => Route<TParentRoute, TPath, TFullPath, TCustomId, TId, TLoader, TSearchSchema, TFullSearchSchema, TParams, TAllParams, TParentContext, TAllParentContext, TRouteContext, TAllContext, TRouterContext, TNewChildren, TRouteTree>;
590
590
  update: (options: UpdatableRouteOptions<TLoader, TSearchSchema, TFullSearchSchema, TAllParams, TRouteContext, TAllContext>) => this;
591
- static __onInit: (route: typeof this$1) => void;
591
+ static __onInit: (route: any) => void;
592
592
  }
593
593
  type AnyRootRoute = RootRoute<any, any, any, any>;
594
594
  declare class RouterContext<TRouterContext extends {}> {