Skip to content

Dispatch

Dispatch<A> = (action) => void

Defined in: react/src/useClientDocument.ts:154

A function that dispatches an action. Mirrors React’s Dispatch type.

A

The action type

A

void