UNPKG

use-keybinds

Version:

Lightweight keybind library for React

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