interface MemoryRouterProps {
    basename?: string;
    children?: ReactNode;
    future?: Partial<FutureConfig>;
    initialEntries?: InitialEntry[];
    initialIndex?: number;
}

Properties

basename?: string
children?: ReactNode
future?: Partial<FutureConfig>
initialEntries?: InitialEntry[]
initialIndex?: number