output: more big refactors

This commit is contained in:
🪞👃🪞 2025-09-07 12:34:30 +03:00
parent 194f2f9874
commit 5e6338fad8
68 changed files with 1604 additions and 1016 deletions

4
output/src/widget.rs Normal file
View file

@ -0,0 +1,4 @@
mod widget_border; pub use self::widget_border::*;
mod widget_field; pub use self::widget_field::*;
mod widget_style; pub use self::widget_style::*;
mod widget_tryptich; pub use self::widget_tryptich::*;