UNPKG

@saber2pr/router

Version:

> react-router-dom by hooks api.

7 lines (6 loc) 177 B
/// <reference types="react" /> export interface RedirectProps { from: string; to: string; } export declare function Redirect({ from, to }: RedirectProps): JSX.Element;