Files
Moku/_old/core/keybinds/index.ts
T
2026-05-22 04:04:59 -05:00

4 lines
199 B
TypeScript

export { eventToKeybind, matchesKeybind, toggleFullscreen } from "./keybindEngine";
export { DEFAULT_KEYBINDS, KEYBIND_LABELS } from "./defaultBinds";
export type { Keybinds } from "./defaultBinds";