mirror of
https://github.com/langgenius/dify.git
synced 2026-07-25 05:28:35 +08:00
4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
import type { Hotkey } from '@tanstack/react-hotkeys'
|
|
|
|
export const DETAIL_SIDEBAR_TOGGLE_HOTKEY = 'Mod+B' satisfies Hotkey
|