stoat-for-desktop/components/keybinds/index.tsx

3 lines
125 B
TypeScript

export { KeybindAction } from "./keybindActions";
export { Keybind, KeybindContext, createKeybind } from "./keybindHandler";