//! Rendered state types (client-side interpretation).
//!//! These types represent the client's interpretation of wire format data.
//! They include computed values like screen positions, z-ordering, and
//! platform-specific rendering decisions.
pubmodoverlay;pubmodpanel;pubmodwindow;pubuse{overlay::{OverlayStack, RenderedOverlay},panel::PanelState,window::{Window, WindowTree},};