--- interface Props { class?: string; } const { class: className = '' } = Astro.props; ---