mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
10 lines
153 B
TypeScript
10 lines
153 B
TypeScript
export {
|
|
matchesShortcut,
|
|
shortcut,
|
|
shortcutLabel,
|
|
shortcuts,
|
|
shouldIgnoreEvent,
|
|
type Shortcut,
|
|
type ShortcutOptions,
|
|
} from '@immich/ui';
|