//! Shared preview fixtures for `#[component_doc]` live examples.
//!
//! Feature-gated helpers that supply mock data, context providers, and styled
//! demo sections so component previews stay self-contained in the owning crate.
pub use mock_fetch_items;
pub use sample_navigation_view;