MCPcopy Index your code
hub / github.com/ctrlplusb/react-async-component / ProviderProps

Interface ProviderProps

index.d.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * The properties that the {@link AsyncComponentProvider} accepts.
23 */
24export interface ProviderProps {
25 children: JSX.Element[] | JSX.Element;
26 asyncContext?: Context;
27 rehydrateState?: object;
28}
29
30/**
31 * This interface defines the asynchronous context uses for the asynchronous resolving

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…