import { TextAreaProps } from './TextArea.types'; /** * TextArea - A multi-line text input component * * Supports draggable resize, auto-expansion, and integration with form messages. * Can be controlled or uncontrolled. * * @example * ```tsx * // Basic usage *