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