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