| 20 | } |
| 21 | |
| 22 | export interface ReactPageInstance<T = PageProps> extends Component<T>, PageInstance { |
| 23 | componentDidShow?(): void |
| 24 | componentDidHide?(): void |
| 25 | } |
| 26 | |
| 27 | export interface ReactAppInstance<T = AppInstance> extends Component<T>, AppInstance { |
| 28 | // |
nothing calls this directly
no outgoing calls
no test coverage detected