()
| 77 | body: string; |
| 78 | }): Promise<SerializedMessage | void>; |
| 79 | useUsersContext(): any; |
| 80 | fetchMentions(term?: string | undefined): Promise<SerializedUser[]>; |
| 81 | api: ApiClient; |
| 82 | breadcrumb?: React.ReactNode; |
nothing calls this directly
no outgoing calls
no test coverage detected