//! Sticky chevron atomic — overlay attached to one edge / corner of a
//! host. Owns its own rect + hit zone; clicks go to the chevron, not
//! the host.
pubmodrender;pubmodtypes;pubuserender::{draw_sticky_chevron, register_sticky_chevron};pubusetypes::{
place_sticky_chevron, StickyAnchor, StickyChevronSpec, StickyVisibility,};