(props: DevProps)
| 751 | } |
| 752 | |
| 753 | function DevUIImp(props: DevProps) { |
| 754 | const dev = useDev(props); |
| 755 | |
| 756 | return ( |
| 757 | <> |
| 758 | <HotKeys /> |
| 759 | </> |
| 760 | ); |
| 761 | } |
| 762 | |
| 763 | function useHotkeys() { |
| 764 | useInput(async (input, key) => {}); |
nothing calls this directly
no test coverage detected
searching dependent graphs…