import type { ComponentPropsWithoutRef } from "react" export function ExternalLink(props: ComponentPropsWithoutRef<"a">) { return ( {props.children} ) }