import { HTMLAttributeAnchorTarget } from 'react'; export interface ExternalLink { title: string; url: string; target?: HTMLAttributeAnchorTarget; }