import * as React from "react"; /** * Props for the shared textarea wrapper. */ interface TextareaProps extends React.ComponentPropsWithoutRef<"textarea"> { /** Additional CSS classes merged with the textarea styles. @default undefined */ className?: string; } /** * Renders a multi-line text area for longer free-form text input. * * @remarks * - Renders a `