//! PullToRefresh — type alias for [`RefreshControl`](super::refresh_control::RefreshControl).
//!
//! This module exists for backward compatibility. The canonical implementation
//! is `RefreshControl` in the [`refresh_control`](super::refresh_control) module.
pub use RefreshControl as PullToRefresh;