//! UI integration helpers for `fret-canvas`.
//!
//! This module is feature-gated (`fret-canvas/ui`) so the default crate remains portable and
//! UI-framework-agnostic. When enabled, it provides declarative wiring and recipe-like helpers
//! for common canvas interaction patterns (pan/zoom, tool routing), built on top of:
//! - `crates/fret-ui` mechanisms (Canvas, PointerRegion, action hooks),
//! - `ecosystem/fret-canvas` substrate (PanZoom2D, scale helpers, geometry).
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;