interface BrowserRouterProps {
    basename?: string;
    children?: ReactNode;
    future?: Partial<FutureConfig>;
    window?: Window;
}

Properties

basename?: string
children?: ReactNode
future?: Partial<FutureConfig>
window?: Window