//! Built-in plugin components for JSON-UI.
//!
//! Provides the Map and RichTextEditor plugins and a registration function
//! that adds all built-in plugins to the global `PluginRegistry`.
pub use MapPlugin;
pub use RichTextEditorPlugin;
/// 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.