MCPcopy
hub / github.com/reduxjs/react-redux / DispatchProp

Interface DispatchProp

src/types.ts:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 : never
28
29export interface DispatchProp<A extends Action<string> = UnknownAction> {
30 dispatch: Dispatch<A>
31}
32
33/**
34 * A property P will be present if:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…