import { cn } from "@/utils/helpers"; type LabelProps = React.LabelHTMLAttributes; export function Label({ className, htmlFor, ...props }: Readonly) { return (