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

10 lines
153 B
TypeScript

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