How to props typesafety for a LinkCard component?
Basically I want my
This works, but it doesn't have the same level of typesafety as the native
<LinkCard> component to error the same way <Link> from @tanstack/router if you fail to give it a to="" propThis works, but it doesn't have the same level of typesafety as the native
<Link> tag.
