feat(flex-row): add justify_content method
This commit is contained in:
parent
1bc3012165
commit
7a6421a3e2
3 changed files with 11 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue