const extLink = (href: string) => ({ href, target: "_blank", rel: "noopener" }); export default extLink;