//! Slider widget - Single and dual-point sliders
//!
//! This module contains the new 5-level slider architecture with
//! types, theme, state, and input layers.
//!
//! Note: The old `Slider` layout builder and `SliderConfig`/`SliderResponse`
//! types are in `slider_system.rs` (legacy headless architecture).
// Re-export types publicly (used in production)
pub use *;