React Router API Reference
    Preparing search index...

    Type Alias IndexRouteObject

    IndexRouteObject: BaseRouteObject & { children?: undefined; index: true }

    Index routes must not have children

    Type declaration

    • Optionalchildren?: undefined

      Child Route objects - not valid on index routes.

    • index: true

      Whether this is an index route.