()
| 42 | } |
| 43 | |
| 44 | export function useHotkeysContext() { |
| 45 | return useContext(HotkeysContext) |
| 46 | } |
| 47 | |
| 48 | export function useDefaultHotkeysOptions() { |
| 49 | const context = useContext(HotkeysContext) |
no outgoing calls
no test coverage detected
searching dependent graphs…