Files
image-studio/keybinds/index.ts
2026-07-03 09:28:06 +02:00

3 lines
168 B
TypeScript

export type { CommandKeybind, GlobalKeybindConsumer, Keybind, KeybindEvent, KeybindMap } from "./keybind";
export { handleKeybind, keybindFromEvent } from "./keybind";