mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
wrap all instances of mantine hooks used in renderer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import {
|
||||
type HotkeyItem as MantineHotkeyItem,
|
||||
useHotkeys as useMantineHotkeys,
|
||||
} from '@mantine/hooks';
|
||||
|
||||
export const useHotkeys = useMantineHotkeys;
|
||||
|
||||
export type HotkeyItem = MantineHotkeyItem;
|
||||
Reference in New Issue
Block a user