MCPcopy
hub / github.com/heroku/react-refetch / InnerProps

Interface InnerProps

examples/ts/UserWidgetFunc.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface InnerProps extends OuterProps {
10 userFetch: PromiseState<User>
11}
12
13function UserWidgetFunc(props: InnerProps) {
14 return (

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…