RootRoute: RootRoute<
    undefined,
    {},
    AnyContext,
    AnyContext,
    {},
    undefined,
    unknown,
    unknown,
> = ...

Root Route Definition

Creates the base route configuration that serves as the parent for all other routes in the application. Sets the Root component as the renderer for this route, establishing the application's foundational layout structure.

Root route configuration object