Type alias DispatchWithoutAction

DispatchWithoutAction: (() => void)

A Dispatch function can sometimes be called without any arguments.

Type declaration

    • (): void
    • Returns void