import { forwardRef } from 'react' import type { TextareaHTMLAttributes } from 'react' type Props = TextareaHTMLAttributes export default forwardRef (({ ...props }, ref) => (