import * as React from "react"; import { cn } from "@/lib/utils"; export type TextareaProps = React.TextareaHTMLAttributes; const Textarea = React.forwardRef(({ className, ...props }, ref) => (