type Props = { url: string onLinkClick: () => void } export const PopupBlockedToast = (props: Props) => { return ( ) }