import LibLink from "next/link"; /** * * @param className this component does not merge className with the default classes -- it only appends -- so beware of duplicates */ const Link = ({ className, ...rest }: React.ComponentProps) => ( ); export default Link;