--- interface Props { src: string; poster?: string; description?: string; class?: string } const { src, poster, class: className } = Astro.props; ---