({ path }: { path: string })
| 22 | onJoinChannel(channel: SerializedChannel): void; |
| 23 | onLeaveChannel(channel: SerializedChannel): void; |
| 24 | CustomRouterPush({ path }: { path: string }): void; |
| 25 | } |
| 26 | |
| 27 | export default function FindChannelModal({ |
nothing calls this directly
no outgoing calls
no test coverage detected