UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

7 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmptyLayout = exports.LandingLayout = void 0; const LandingLayout = ({ children }) => children; exports.LandingLayout = LandingLayout; exports.EmptyLayout = exports.LandingLayout; //# sourceMappingURL=Layout.js.map