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