feat(flex-row): add justify_content method

This commit is contained in:
Michael Aaron Murphy 2024-05-29 23:55:50 +02:00 committed by Michael Murphy
parent 1bc3012165
commit 7a6421a3e2
3 changed files with 11 additions and 1 deletions

View file

@ -231,6 +231,8 @@ pub use icon::{icon, Icon};
#[cfg(feature = "animated-image")]
pub mod frames;
pub use taffy::JustifyContent;
pub mod list;
#[doc(inline)]
pub use list::{list_column, ListColumn};