immich/web/src/lib/actions/shortcut.ts
2026-02-11 18:55:28 +01:00

9 lines
153 B
TypeScript

export {
matchesShortcut,
shortcut,
shortcutLabel,
shortcuts,
shouldIgnoreEvent,
type Shortcut,
type ShortcutOptions,
} from '@immich/ui';