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

Properties

Properties

children?: ReactNode

Nested Route elements

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

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