1 2 3 4 5 6 7 8 9 10
//! Reusable theme widgets for Ratatui applications. //! //! Requires the `widgets` feature flag. mod theme_selector; pub use theme_selector::{ThemeSelector, ThemeSelectorAction, ThemeSelectorState}; #[doc(hidden)] pub use theme_selector::wrap_text;