vtcode-ui 0.125.1

Unified UI crate for VT Code: design system, theme registry, and TUI framework
Documentation
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;