--- const { id, collapseId, heading, content, first } = Astro.props; interface Props { id: string; collapseId: string; heading: string; content: string; first?: boolean; } ---
{content}