UNPKG

@empoleon/spotlight

Version:

Command center components for react and Empoleon

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