geoview-core
    Preparing search index...

    Interface StoreMutators<S, A>

    interface StoreMutators<S, A> {
        "zustand/devtools": WithDevtools<S>;
        "zustand/persist": WithPersist<S, A>;
        "zustand/redux": WithRedux<S, A>;
        "zustand/subscribeWithSelector": WithSelectorSubscribe<S>;
    }

    Type Parameters

    • S
    • A
    Index

    Properties

    "zustand/devtools": WithDevtools<S>
    "zustand/persist": WithPersist<S, A>
    "zustand/redux": WithRedux<S, A>
    "zustand/subscribeWithSelector": WithSelectorSubscribe<S>