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