/** * OpenapiViewer — component exports. * Only ``DocsLayout`` remains; the legacy 3-column ``PlaygroundLayout`` * has been removed. Shared panels live under ``./shared`` and are * consumed by the docs layout + its mobile sheet. */ export { DocsLayout } from './DocsLayout';