UNPKG

@keybindy/react

Version:

Keybindy for React: Simple, scoped keyboard shortcuts that require little setup. designed to smoothly blend in with your React applications, allowing for robust keybinding functionality without the overhead.

4 lines (3 loc) 142 B
export { Keybindy } from './Keybindy.js'; export { ShortcutLabel } from './ShortcutLabel.js'; export { useKeybindy } from './useKeybindy.js';