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