Stone.js API
    Preparing search index...

    Browser response content for React.

    interface BrowserResponseContent {
        app?: ReactNode;
        component?: ReactNode;
        fullRender?: boolean;
        head?: HeadContext;
        ssr?: boolean;
        targetUrl?: string | URL;
    }
    Index
    app?: ReactNode
    component?: ReactNode
    fullRender?: boolean
    head?: HeadContext
    ssr?: boolean
    targetUrl?: string | URL