1//! Text-Input widget. 2//! 3//! See [rat-text](https://docs.rs/rat-text/latest/rat_text/) 4 5pub use rat_text::text_input::{ 6 TextInput, TextInputState, handle_events, handle_mouse_events, handle_readonly_events, 7};