UNPKG

@saber2pr/router

Version:

> react-router-dom by hooks api.

8 lines (7 loc) 242 B
import React from 'react'; export declare const RedirectCtx: React.Context<Map<string, string>>; export interface RedirectProps { from: string; to: string; } export declare function Redirect({ from, to }: RedirectProps): JSX.Element;