Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ThunkStore<S>

    interface ThunkStore<S> {
        dispatch: ThunkDispatch<S, null, Action>;
    }

    Type Parameters

    • S

    Hierarchy

    • unknown<S>
      • ThunkStore
    Index

    Properties

    Properties

    dispatch: ThunkDispatch<S, null, Action>