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