0.3.2: actually expose tui_string 😅

This commit is contained in:
🪞👃🪞 2025-03-18 01:09:20 +02:00
parent b1639b49d5
commit 96ff10c4b0
3 changed files with 7 additions and 6 deletions

View file

@ -4,6 +4,7 @@ use ratatui::prelude::Position;
mod tui_color; pub use self::tui_color::*;
mod tui_file; pub use self::tui_file::*;
mod tui_scroll; pub use self::tui_scroll::*;
mod tui_string; pub use self::tui_string::*;
macro_rules! impl_content_layout_render {
($Output:ty: |$self:ident: $Struct:ty, $to:ident| layout = $layout:expr; render = $render:expr) => {