feat(commands): add app state dispatcher foundation
This commit is contained in:
2
keybinds/index.ts
Normal file
2
keybinds/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export type { CommandKeybind, GlobalKeybindConsumer, Keybind, KeybindEvent, KeybindMap } from "./keybind";
|
||||
export { handleKeybind, keybindFromEvent } from "./keybind";
|
||||
Reference in New Issue
Block a user