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