(options: any)
| 128 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 129 | useUsersContext(): any; |
| 130 | usePath(options: any): any; |
| 131 | routerPush(path: string): void; |
| 132 | api: ApiClient; |
| 133 | //startSignUp: (props: StartSignUpProps) => Promise<void>; |
nothing calls this directly
no outgoing calls
no test coverage detected