Stone.js API
    Preparing search index...

    Stone.js blueprint for a React-based application.

    interface UseReactBlueprint {
        stone: UseReactAppConfig;
        [key: string]: unknown;
    }

    Hierarchy

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index

    Contains the full application configuration, including middleware, lifecycle hooks, and React integration settings.