mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 02:43:49 +08:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import type { Hotkey } from '@tanstack/react-hotkeys'
|
|
|
|
export const GOTO_ANYTHING_HOTKEY = 'Mod+K' satisfies Hotkey
|