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