| 32 | * of components. |
| 33 | */ |
| 34 | export interface Context { |
| 35 | getState: () => object; |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Convert the given component to a an asynchronous component. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…