//! Popup component
//!
//! For MVP, popups are created declaratively via the Marker's popup prop.
//! This component exists for future expansion and API consistency.
use *;
/// A popup attached to a marker
///
/// Currently, this is a declarative placeholder. The actual popup is created
/// by the Marker component using the `popup` prop. This component is here
/// for API consistency and future expansion.