React Router API Reference
    Preparing search index...

    Interface RoutesProps

    interface RoutesProps {
        children?: ReactNode;
        location?: string | Partial<Location<any>>;
    }
    Index

    Properties

    Properties

    children?: ReactNode

    Nested Route elements

    location?: string | Partial<Location<any>>

    The Location to match against. Defaults to the current location.