import clsx from 'clsx' import type { ComponentProps } from 'react' import { forwardRef } from 'react' export const StyledTextArea = forwardRef>( function Input({ className, ...rest }, ref) { return (