//! Built-in plugin components for JSON-UI.
//!
//! Provides the Map plugin and a registration function that adds all
//! built-in plugins to the global `PluginRegistry`.
pub use MapPlugin;
/// Register all built-in plugins into the global registry.
///
/// Called during `PluginRegistry` global initialization so built-in
/// plugins are always available without explicit user registration.