import Input, { InputProps } from "./Input"; /** * # Textarea Component * @className twui-textarea */ export default function Textarea({ componentRef, ...props }: InputProps) { return ; }