Stone.js API
    Preparing search index...

    Interface StoneContextType

    Context for React.

    interface StoneContextType {
        container: IContainer;
        data: any;
        event: ReactIncomingEvent;
    }
    Index
    container: IContainer
    data: any