import clsx from 'clsx'; import { TextareaHTMLAttributes } from 'react'; import { AutomationTestingProps } from '@/types'; export function TextArea({ className, ...props }: TextareaHTMLAttributes & AutomationTestingProps) { return ( ); }