euv_ui/component/router/hook/struct.rs
1/// Router functionality for managing browser history, overlays, and navigation.
2///
3/// Provides methods for scroll-to-top behavior, hash change handling,
4/// overlay history management, and drawer scroll positioning.
5#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
6pub struct Router;