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

Properties

basename?: string
children?: ReactNode
location: string | Partial<Location<any>>