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