Stone.js API
    Preparing search index...
    StonePage: FunctionComponent<StonePageOptions> = ...

    Provides a scoped StoneContext for its children within a strict mode.

    • Wraps content in React.StrictMode for enhanced debugging.
    • Supplies a StoneContext.Provider to get access to the event, data and container.

    This component ensures that all child components have access to the provided context within a Stone.js application.

    The options to create the Stone Page.

    The Stone Page component.