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