UNPKG

use-keybinds

Version:

Lightweight keybind library for React

6 lines (5 loc) 319 B
export { default as KeybindsProvider } from './KeybindsProvider.js'; export { default as useKeybinds } from './useKeybinds.js'; export { default as useKeybindsList } from './useKeybindsList.js'; export { Keybind, KeybindCallbacks, KeybindCombination, Keybinds, KeyboardEventKeycode } from './types.js'; import 'react';