"""SX docs layout registration — all layouts delegate to .sx defcomps.""" from __future__ import annotations def _register_sx_layouts() -> None: """Register the sx docs layout presets.""" from shared.sx.layouts import register_sx_layout register_sx_layout("sx", "sx-layout-full", "sx-layout-oob", "sx-layout-mobile") register_sx_layout("sx-section", "sx-section-layout-full", "sx-section-layout-oob", "sx-section-layout-mobile")