import { forwardRef, type TextareaHTMLAttributes } from 'react' import { cn } from '@/lib/cn' type Props = TextareaHTMLAttributes export const Textarea = forwardRef(({ className, ...props }, ref) => (