1 2 3 4 5
//! Responsive layout mode based on terminal dimensions. //! //! Re-exported from `crate::design::layout` as the single source of truth. pub use crate::design::layout::LayoutMode;