Backstage
    Preparing search index...
    PageLayout: {
        ref: SwappableComponentRef<PageLayoutProps, PageLayoutProps>;
        (props: PageLayoutProps): Element | null;
    } = ...

    Swappable component for laying out page content with header and navigation. The default implementation uses plain HTML elements. Apps can override this with a custom implementation (e.g., using @backstage/ui).

    Type Declaration