import classNames from 'classnames' import { TextareaHTMLAttributes } from 'react' type IVTextAreaProps = TextareaHTMLAttributes export default function IVTextArea(props: IVTextAreaProps) { const { className, ...rest } = props return (