mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
9 lines
153 B
TypeScript
9 lines
153 B
TypeScript
export {
|
|
matchesShortcut,
|
|
shortcut,
|
|
shortcutLabel,
|
|
shortcuts,
|
|
shouldIgnoreEvent,
|
|
type Shortcut,
|
|
type ShortcutOptions,
|
|
} from '@immich/ui';
|