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

Interface GreetingProps

test/integration/server-rendering.spec.tsx:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 return action && action.payload ? action.payload : state
27 }
28 interface GreetingProps {
29 greeting: string
30 greeted: string
31 }
32 const Greeting: FunctionComponent<GreetingProps> = ({
33 greeting,
34 greeted,

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…