//! Input module - shared code for text input components.
//!
//! This module contains common functionality used by TextInput, TextArea,
//! and PasswordInput components to reduce code duplication.
// Re-export the action_handler macro for use in input components
pub use crateaction_handler;