//! Panel composite widget — generic data-table / content card.
//!
//! # Templates (via `PanelRenderKind`)
//!
//! | Kind | header | col-header | body | footer | scrollbar |
//! |---------------------------|--------|------------|------|--------|-----------|
//! | `Plain` | ✗ | ✗ | ✓ | ✗ | opt |
//! | `WithHeader` | ✓ | ✗ | ✓ | ✗ | opt |
//! | `WithHeaderColumns` | ✓ | ✓ | ✓ | ✗ | opt |
//! | `WithFooter` | ✓ | ✗ | ✓ | ✓ | opt |
//! | `WithHeaderColumnsFooter` | ✓ | ✓ | ✓ | ✓ | opt |
//! | `Custom` | — | — | — | — | — |
//!
//! # Entry points
//!
//! - `register_input_coordinator_panel` — hit-rect registration only
//! - `register_context_manager_panel` — register + draw in one call
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;