//! oxi-tui: Terminal UI library for oxi
//!
//! This crate provides ratatui-based TUI widgets, theme system, and event types
//! for building terminal-based user interfaces.
/// Color representation for TUI rendering.
pub use Color;
/// Fuzzy matching utilities for search/filter.
pub use ;
/// Truncate text to a terminal display width.
pub use truncate_to_width;
/// Theme system: color schemes, spacing, style management.
pub use ;