import { cn } from "@lib/utils"; import type * as React from "react"; function Textarea({ className, ...props }: React.ComponentProps<"textarea">) { return (