UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

4 lines (3 loc) 217 B
import { HotkeyItem } from '@mantine/hooks'; import { SpotlightStore } from './spotlight.store'; export declare function getHotkeys(hotkeys: string | string[] | null | undefined, store: SpotlightStore): HotkeyItem[];