feat(flex_row): re-export JustifyItems
This commit is contained in:
parent
ce9e8b5205
commit
1dc9aa37ed
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ pub use id_container::{IdContainer, id_container};
|
||||||
#[cfg(feature = "animated-image")]
|
#[cfg(feature = "animated-image")]
|
||||||
pub mod frames;
|
pub mod frames;
|
||||||
|
|
||||||
pub use taffy::JustifyContent;
|
pub use taffy::{JustifyContent, JustifyItems};
|
||||||
|
|
||||||
pub mod list;
|
pub mod list;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue