"use client"; import { Label } from "@/components/ui/label"; import { DatePicker } from "@/components/ui/date-picker"; import { cn } from "@/lib/utils/ui"; import type { BoletoFieldsSectionProps } from "./lancamento-dialog-types"; export function BoletoFieldsSection({ formState, onFieldChange, showPaymentDate, }: BoletoFieldsSectionProps) { return (