React Corsair - v0.0.10
    Preparing search index...

    Interface LoadingState

    The state of a route that is being actively loaded.

    interface LoadingState {
        status: "loading";
    }
    Index

    Properties

    Properties

    status: "loading"

    The route status.