pub use DockLayout;
pub use ;
// `NodeKind` stays crate-private: `dock_area` reads through it to resolve slot
// sizes before a dump, but nothing outside this crate may build a node without
// going through `PaneTree`, which is what guarantees normalization always
// runs.
pub use NodeKind;
pub use ;
pub use ;