--- const { src, alt } = Astro.props; interface Props { src: string; alt: string; } ---
{alt}