NavigateFunctionThe interface for the navigate() function returned from useNavigate(). interface NavigateFunction {(to: To, options?: NavigateOptions): void;(delta: number): void;}§Call Signatures§(to: To, options?: NavigateOptions): void[src]§(delta: number): void[src]