--- interface Props { class: string; } const { class: s } = Astro.props as Props; ---