"use client"; import { Label } from "@/components/ui/label"; import { Textarea } from "@/components/ui/textarea"; import type { NoteSectionProps } from "./lancamento-dialog-types"; export function NoteSection({ formState, onFieldChange }: NoteSectionProps) { return (