Reference
linkProps
Converts router link options into anchor attributes consumed by the client navigation runtime. Use this when rendering a custom anchor component that should still opt into mreact prefetch, scroll, reload, or transition behavior.
Signature
function linkProps(options: LinkOptions<string>): Record<string, string>