//! Core types for widgets
//!
//! This module contains fundamental types used throughout the UI system:
//! - Rectangles and layout primitives
//! - Widget state tracking (focus, hover, drag)
// Re-export all types at the module level
pub use IconId;
pub use *;
pub use *;