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