* Trigger the Component update event * @param nextState
(nextState?: S)
| 17 | * @param nextState |
| 18 | */ |
| 19 | render(nextState?: S): void; |
| 20 | /** |
| 21 | * Listen to the Component state update event |
| 22 | * @param listener |
no outgoing calls
no test coverage detected