UNPKG

use-keybinds

Version:

Lightweight keybind library for React

9 lines (6 loc) 228 B
import { Keybind, Keybinds } from './types.js'; declare const useKeybindsList: <Slug extends string>() => { getKeybind: (slug: Slug) => Keybind; keybinds: Keybinds<string>; }; export { useKeybindsList as default };