(props)
| 671 | // (<VoiceKeybindingHandler .../>) keep compiling. Remove once REPL.tsx |
| 672 | // wires handleKeyDown directly. |
| 673 | export function VoiceKeybindingHandler(props) { |
| 674 | useVoiceKeybindingHandler(props); |
| 675 | return null; |
| 676 | } |
nothing calls this directly
no test coverage detected