--- type Props = { class?: string; }; const { class: cls }: Props = Astro.props; ---