useHref
declare function useHref(to: To): string;
The useHref hook returns a URL that may be used to link to the given to location.
declare function useHref(to: To): string;
The useHref hook returns a URL that may be used to link to the given to location.