1//! `AnyComponent`, `ErasedComponent`, `ComponentPackage`,
2//! `RestoreError` — the component-instance handle the engine stores
3//! and the bridge by which derives expose serialize/restore +
4//! downcast.
5//!
6//! Canonical home for `bb-runtime`.
78pub use bb_ir::component::*;