UNPKG
@it-corp/vpbank-spotlight
Version:
latest (0.1.2)
0.1.2
0.1.1
Command center components for react and VPbank components
@it-corp/vpbank-spotlight
/
lib
/
get-hotkeys.d.ts
4 lines
(3 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
import
{
HotkeyItem
}
from
"@it-corp/vpbank-hooks"
;
import
{
SpotlightStore
}
from
"./spotlight.store"
;
export
declare
function
getHotkeys
(
hotkeys
:
string
|
string
[] |
null
|
undefined
,
store
:
SpotlightStore
):
HotkeyItem
[];