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