geoview-core
    Preparing search index...

    Type Alias Dispatch<A>

    Dispatch: (value: A) => void

    A function that can be used to update the state of a useState or useReducer hook.

    Type Parameters

    • A

    Type Declaration

      • (value: A): void
      • Parameters

        • value: A

        Returns void