dify/web/app/components/detail-sidebar/hotkeys.ts

4 lines
124 B
TypeScript

import type { Hotkey } from '@tanstack/react-hotkeys'
export const DETAIL_SIDEBAR_TOGGLE_HOTKEY = 'Mod+B' satisfies Hotkey