feat(client): expose custom layout column enum

This now allows integrators to deal with custom layout data.
This commit is contained in:
pro470
2025-02-14 21:56:34 +01:00
committed by LGUG2Z
parent 475519d603
commit e629baec0a
2 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ pub use komorebi::core::Arrangement;
pub use komorebi::core::Axis;
pub use komorebi::core::BorderImplementation;
pub use komorebi::core::BorderStyle;
pub use komorebi::core::Column;
pub use komorebi::core::ColumnSplit;
pub use komorebi::core::ColumnSplitWithCapacity;
pub use komorebi::core::ColumnWidth;
pub use komorebi::core::CustomLayout;
pub use komorebi::core::CycleDirection;
pub use komorebi::core::DefaultLayout;