mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
import {
|
|
type HotkeyItem as MantineHotkeyItem,
|
|
useHotkeys as useMantineHotkeys,
|
|
} from '@mantine/hooks';
|
|
|
|
export const useHotkeys = useMantineHotkeys;
|
|
|
|
export type HotkeyItem = MantineHotkeyItem;
|