UNPKG

@it-corp/vpbank-spotlight

Version:

Command center components for react and VPbank components

4 lines (3 loc) 224 B
import { HotkeyItem } from "@it-corp/vpbank-hooks"; import { SpotlightStore } from "./spotlight.store"; export declare function getHotkeys(hotkeys: string | string[] | null | undefined, store: SpotlightStore): HotkeyItem[];