()
| 194 | * Useful for components that may render before provider is available. |
| 195 | */ |
| 196 | export function useOptionalKeybindingContext() { |
| 197 | return useContext(KeybindingContext); |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Hook to register a keybinding context as active while the component is mounted. |
no outgoing calls
no test coverage detected