//! Cursor interaction effects for the uzor UI framework
//!
//! Provides rendering-agnostic cursor interaction effects:
//! - Magnet: Elements attracted to cursor within a radius
//! - ClickSpark: Particle bursts on click
//! - BlobCursor: Trailing blob cursor with gooey merge effect
//! - GlareHover: Shiny glare sweep across elements on hover
//!
//! All effects compute animation state only — rendering is left to the UI layer.
pub use ;
pub use ;
pub use ;
pub use ;