Stone.js API
    Preparing search index...

    Interface AdapterPageLayoutRenderContext

    React render page layout options.

    interface AdapterPageLayoutRenderContext {
        blueprint: IBlueprint;
        children: ReactNode;
    }
    Index
    blueprint: IBlueprint
    children: ReactNode