mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
4 lines
199 B
TypeScript
4 lines
199 B
TypeScript
export { eventToKeybind, matchesKeybind, toggleFullscreen } from "./keybindEngine";
|
|
export { DEFAULT_KEYBINDS, KEYBIND_LABELS } from "./defaultBinds";
|
|
export type { Keybinds } from "./defaultBinds";
|