| 22 | * The properties that the {@link AsyncComponentProvider} accepts. |
| 23 | */ |
| 24 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…