1//! Date input with patterns from chrono. 2//! 3//! See also [rat-text](https://docs.rs/rat-text/latest/rat_text/) 4pub use rat_text::date_input::{ 5 DateInput, DateInputState, handle_events, handle_mouse_events, handle_readonly_events, 6};