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

属性

children?: ReactNode

嵌套的 Route 元素

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

要匹配的位置。默认为当前位置。